6 lines
71 B
6 lines
71 B
![]()
7 years ago
|
from .rpsls import RPSLS
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(RPSLS(bot))
|