This commit is contained in:
2023-04-28 21:54:32 +02:00
parent 178039405c
commit 6cde19f3fc
2 changed files with 48 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ import asyncio
from discordtoken import discordtoken
client = commands.Bot(command_prefix="!", intents=discord.Intents.all())
client.remove_command('help')
@client.event
async def on_ready():