presence intents
This commit is contained in:
parent
67de2b47a7
commit
b0df43886c
1
main.py
1
main.py
@ -16,6 +16,7 @@ db = sqlite3.connect('tokens.db')
|
|||||||
typing = []
|
typing = []
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
intents.members = True
|
intents.members = True
|
||||||
|
intents.presences = True
|
||||||
intents.dm_messages = True
|
intents.dm_messages = True
|
||||||
|
|
||||||
class App(discord.Client):
|
class App(discord.Client):
|
||||||
|
Loading…
Reference in New Issue
Block a user