1 2 3 4 5 6 7 8 9
import logging from bot.bot import bot from bot.constants import Client log = logging.getLogger(__name__) bot.load_extension("bot.seasons") bot.run(Client.token)