5 lines
67 B
Python
5 lines
67 B
Python
|
from .info import Info
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Info(bot))
|