6 lines
65 B
6 lines
65 B
![]()
7 years ago
|
from .scp import SCP
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(SCP(bot))
|