Fox-V3/stealemoji/__init__.py

6 lines
86 B

from .stealemoji import StealEmoji
def setup(bot):
bot.add_cog(StealEmoji(bot))