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.
2 parents cd1581a + aace13c commit a2c6fe2Copy full SHA for a2c6fe2
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