mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-12 17:11:20 +01:00
Update bot.py
This commit is contained in:
parent
b044a5f4f8
commit
4c60a2ba57
@ -15,7 +15,7 @@ import json
|
||||
import traceback
|
||||
|
||||
intents = discord.Intents.default()
|
||||
intents.members = False
|
||||
intents.members = True
|
||||
|
||||
class Titan(discord.AutoShardedClient):
|
||||
def __init__(self, shard_ids=None, shard_count=None):
|
||||
|
Loading…
Reference in New Issue
Block a user