Skip to content

Commit eafed09

Browse files
authored
Update main.py
1 parent d5d7863 commit eafed09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import os
66

77
# setting up discord bot client
8-
bot = commands.Bot(command_prefix=f'{settings["prefix"]}', intents=disnake.Intents().all())
9-
bot.remove_command("help")
8+
bot = commands.InteractionBot(intents=disnake.Intents().all())
109

1110
# logging about starting bot
1211
@bot.event

0 commit comments

Comments
 (0)