def main(): setup_logging() intents = discord.Intents.default() intents.members = True bot = Shinobu(command_prefix=CONSTANTS.CMD_PREFIX, intents=intents) with open('data/TOKEN') as f: token = f.readline().strip() bot.run(token)
def setup(bot: Shinobu): bot.add_cog(Economy(bot))
def setup(bot: Shinobu): bot.add_cog(Shop())
def setup(bot: Shinobu): bot.add_cog(Trade())
def setup(bot: Shinobu): bot.add_cog(MyAnimeList())
def setup(bot: Shinobu): bot.add_cog(Booru())
def setup(bot: shinobu.Shinobu): bot.add_cog(CallNotification())
def setup(bot: shinobu.Shinobu): bot.add_cog(Misc())