switch to using Pydantic for bot config

This commit is contained in:
Alex Ott
2022-12-30 05:48:56 -08:00
parent 6cccd74e34
commit 150fc67bfd
5 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
TOKEN=<discord bot token>
DECLARE_GLOBAL_COMMANDS=<testing guild id>
OWNER_IDS=<your user id>
OWNER_IDS=[<your user id>, <other user ids>]
PREFIX="./"