4 lines
69 B
Python
4 lines
69 B
Python
|
|
from .tools import Tools
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(Tools(bot))
|