6 lines
83 B
Python
6 lines
83 B
Python
from .launchlib import LaunchLib
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(LaunchLib(bot))
|