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 b14c511 commit 4b55c1eCopy full SHA for 4b55c1e
main.py
@@ -6,6 +6,7 @@
6
7
# setting up discord bot client
8
bot = commands.Bot(command_prefix=f'{settings["prefix"]}', intents=disnake.Intents().all())
9
+bot.remove_command("help")
10
11
# logging about starting bot
12
@bot.event
@@ -20,4 +21,4 @@ async def on_ready():
20
21
list_cogs.append(filename[:-3])
22
23
# run bot
-bot.run(settings['token'])
24
+bot.run(settings['token'])
0 commit comments