From 2473f9d19b22c5a68ee7c6065ca336884d1311b0 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 1 May 2023 11:03:34 +0200 Subject: [PATCH] docs: add discord-bot preview (#137) --- examples/discord-bot/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/discord-bot/README.md b/examples/discord-bot/README.md index 6628c35..4aa9cdb 100644 --- a/examples/discord-bot/README.md +++ b/examples/discord-bot/README.md @@ -1,5 +1,7 @@ # discord-bot +![Screenshot from 2023-05-01 07-58-19](https://user-images.githubusercontent.com/2420543/235413924-0cb2e75b-f2d6-4119-8610-44386e44afb8.png) + ## Setup ```bash @@ -71,4 +73,4 @@ spec: - name: SERVER_TO_MODERATION_CHANNEL value: "1:1" image: quay.io/go-skynet/gpt-discord-bot:main -``` \ No newline at end of file +```