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