Skip to content
Snippets Groups Projects
Commit 8bf131f9 authored by Reviath's avatar Reviath
Browse files

Edited bot.py

parent 0fbeacdc
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def get_prefix(client, message):
y = str('!')
return commands.when_mentioned_or(y)(client, message)
client = commands.Bot(command_prefix = get_prefix, intents = intents)
client = commands.AutoShardedBot(command_prefix = get_prefix, intents = intents)
@client.event
async def on_error(event, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment