Update bot.py

This commit is contained in:
Jeremy "EndenDragon" Zhang 2021-03-12 15:39:26 -08:00 committed by GitHub
parent b044a5f4f8
commit 4c60a2ba57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):