6 lines
65 B
Python
6 lines
65 B
Python
from .scp import SCP
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(SCP(bot))
|