fix intents
This commit is contained in:
parent
a7967b9f97
commit
51f69df254
1 changed files with 1 additions and 2 deletions
|
@ -48,9 +48,8 @@ wanted_jsons = [
|
||||||
"data/invites.json",
|
"data/invites.json",
|
||||||
]
|
]
|
||||||
|
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.all()
|
||||||
intents.typing = False
|
intents.typing = False
|
||||||
intents.members = True
|
|
||||||
|
|
||||||
bot = commands.Bot(
|
bot = commands.Bot(
|
||||||
command_prefix=get_prefix, description=config.bot_description, intents=intents
|
command_prefix=get_prefix, description=config.bot_description, intents=intents
|
||||||
|
|
Loading…
Reference in a new issue