6 lines
83 B
Python
6 lines
83 B
Python
|
from .emoji import Emoji
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(Emoji(bot))
|