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