Brandon209-Red-bot-Cogs/nitroemoji/__init__.py

8 lines
127 B
Python
Raw Normal View History

from .nitroemoji import NitroEmoji
2020-02-09 08:53:01 +13:00
async def setup(bot):
n = NitroEmoji(bot)
await n.initialize()
bot.add_cog(n)