6 lines
86 B
Python
6 lines
86 B
Python
from .stealemoji import StealEmoji
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(StealEmoji(bot))
|