Feat/better messages (#318)

* improve messages and UX

* move log statement

Co-authored-by: Andreas Köpf <andreas.koepf@provisio.com>
This commit is contained in:
Alex Ott
2023-01-03 13:13:44 +01:00
committed by GitHub
co-authored by Andreas Köpf
parent b26d62761e
commit e7515fd08e
7 changed files with 394 additions and 193 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
BOT_TOKEN=<discord bot token>
DECLARE_GLOBAL_COMMANDS=<testing guild id>
OWNER_IDS=[<your user id>, <other user ids>]
PREFIX="/" # Don't change, this allows for slash commands in DMs
PREFIX="/" # DO NOT LEAVE EMPTY, slash command prefix in DMs
OASST_API_URL="http://localhost:8080" # No trailing '/'
OASST_API_KEY=""