mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2024-12-25 07:42:20 +00:00
Add member intents
This commit is contained in:
parent
4fe31e3f7b
commit
5bfc32e478
@ -15,7 +15,7 @@ tirages = {}
|
||||
|
||||
|
||||
def start():
|
||||
bot = CustomBot(("! ", "!"), case_insensitive=True, owner_id=DIEGO)
|
||||
bot = CustomBot(("! ", "!"), case_insensitive=True, owner_id=DIEGO, intents=Intents.all())
|
||||
|
||||
@bot.event
|
||||
async def on_ready():
|
||||
|
Loading…
Reference in New Issue
Block a user