6 lines
83 B
6 lines
83 B
![]()
5 years ago
|
from .launchlib import LaunchLib
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(LaunchLib(bot))
|