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.
commands.Bot inherits from discord.Client, therefore everything you can do with Client you can do with Bot.
Most helpful comment
commands.Botinherits fromdiscord.Client, therefore everything you can do withClientyou can do withBot.