Skip to content

Commit a2c6fe2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents cd1581a + aace13c commit a2c6fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import asyncio
66
import Discord.interface as discord
77

8-
DEV_BOT = False
8+
DEV_BOT = True
99
if DEV_BOT:
1010
asyncio.run(discord.main(prefix='.'))
1111
else:

0 commit comments

Comments
 (0)