5 lines
No EOL
73 B
Python
5 lines
No EOL
73 B
Python
from .galaxy import Galaxy
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Galaxy(bot)) |