Discord.py: Client + Bot

Created on 13 May 2017  路  1Comment  路  Source: Rapptz/discord.py

is it possible to run both client + bot on same token ? .
i am not really sure how to create a background task using the bot module i guess.

question

Most helpful comment

commands.Bot inherits from discord.Client, therefore everything you can do with Client you can do with Bot.

>All comments

commands.Bot inherits from discord.Client, therefore everything you can do with Client you can do with Bot.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tairabiteru picture tairabiteru  路  3Comments

reuscam picture reuscam  路  3Comments

superloach picture superloach  路  3Comments

Yolotroll101 picture Yolotroll101  路  3Comments

jzburda picture jzburda  路  3Comments