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 d5d7863 commit eafed09Copy full SHA for eafed09
main.py
@@ -5,8 +5,7 @@
5
import os
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")
+bot = commands.InteractionBot(intents=disnake.Intents().all())
10
11
# logging about starting bot
12
@bot.event
0 commit comments