Add member intents

This commit is contained in:
Diego Dorn 2021-01-21 22:11:00 +00:00
parent 4fe31e3f7b
commit 5bfc32e478
1 changed files with 1 additions and 1 deletions

View File

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