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