6 lines
68 B
Python
6 lines
68 B
Python
from .away import Away
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Away(bot))
|