We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097d78b commit aace13cCopy full SHA for aace13c
1 file changed
app.py
@@ -5,7 +5,7 @@
5
import asyncio
6
import Discord.interface as discord
7
8
-DEV_BOT = False
+DEV_BOT = True
9
if DEV_BOT:
10
asyncio.run(discord.main(prefix='.'))
11
else:
0 commit comments