def __init__(self, bot: Bot): super().__init__(bot) self.git = Git() self.activity = discord.Game( start=datetime.datetime.utcnow(), name=config.default_prefix + 'god' f' | Running hash {self.git.short_hash()}')
def __init__(self, bot): self.bot = bot self.git = Git() self.unloadable_cogs = ['system']
def __init__(self, bot): self.bot = bot self.git = Git()