We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c80687 + 4f78194 commit 13be671Copy full SHA for 13be671
.env.example
@@ -1,3 +1,5 @@
1
-PORT = 8999
+PORT = "<PORT>" # Default :8999
2
DISCORD_PUBLIC_KEY = "<DISCORD_PUBLIC_KEY>"
3
-DISCORD_QUEUE = "<DISCORD_QUEUE>"
+GUILD_ID = "<DISCORD_GUILD_ID>"
4
+BOT_TOKEN = "<BOT_TOKEN>"
5
+DISCORD_QUEUE = "<DISCORD_QUEUE>"
0 commit comments