2017-11-22 16:02:55 -05:00

6 lines
86 B
Python

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