SeaCogs/emojiinfo/__init__.py

6 lines
95 B
Python

from .emojiinfo import EmojiInfo
async def setup(bot):
await bot.add_cog(EmojiInfo(bot))