"""Discord bot Hitomi and its library functions.""" from discord.ext import commands BOT_DESCRIPTION = "A simple Discord bot." hitomi = commands.Bot(command_prefix='!', description=BOT_DESCRIPTION)