Files
aikaterna-cogs/away/__init__.py
2018-08-19 20:23:44 -07:00

6 lines
68 B
Python

from .away import Away
def setup(bot):
bot.add_cog(Away(bot))