Module aethersprite.extensions.base.gmt

GMT time check and offset command

Functions

async def setup(bot: discord.ext.commands.bot.Bot)
Expand source code
async def setup(bot: Bot):
    bot.add_command(gmt)
    bot.add_command(utc)