Bootstrap.run_checks() from utils import checks from utils.language import Language from discord.ext import commands from utils.config import Config from utils.tools import * from utils.channel_logger import Channel_Logger from utils.mysql import * from utils.buildinfo import * config = Config() log.setupRotator(config.log_date_format, config.log_time_format) if config.debug: log.enableDebugging() # pls no flame bot = commands.AutoShardedBot( command_prefix=config.command_prefix, description="A multi-purpose Ruby Rose from RWBY themed discord bot", pm_help=None) channel_logger = Channel_Logger(bot) aiosession = aiohttp.ClientSession(loop=bot.loop) lock_status = config.lock_status extensions = [ "commands.fun", "commands.information", "commands.moderation", "commands.configuration", "commands.nsfw", "commands.music" ] # Thy changelog change_log = [
Bootstrap.run_checks() from utils import checks from utils.language import Language from discord.ext import commands from utils.config import Config from utils.tools import * from utils.channel_logger import Channel_Logger from utils.mysql import * from utils.buildinfo import * config = Config() log.setupRotator(config.log_date_format, config.log_time_format) if config.debug: log.enableDebugging() # pls no flame bot = commands.AutoShardedBot(command_prefix=config.command_prefix, description="A multi-purpose Ruby Rose from RWBY themed discord bot", pm_help=None) channel_logger = Channel_Logger(bot) aiosession = aiohttp.ClientSession(loop=bot.loop) lock_status = config.lock_status extensions = [ "commands.fun", "commands.information", "commands.moderation", "commands.configuration", "commands.nsfw", "commands.music", "commands.reactions" ]