We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d367dc4 commit f443cacCopy full SHA for f443cac
main.py
@@ -6,7 +6,7 @@
6
import time
7
8
# Loading things from config
9
-import config
+import config # The config will be updated to a better version soon,
10
11
# Prefix & Intents
12
bot = commands.Bot(command_prefix=config.prefix, intents=disnake.Intents.all(), case_insensitive=True)
0 commit comments