mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 22:47:04 +01:00
Update bot.py
This commit is contained in:
parent
c07553f5fb
commit
b044a5f4f8
@ -15,7 +15,7 @@ import json
|
|||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
intents.members = True
|
intents.members = False
|
||||||
|
|
||||||
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