6 lines
71 B
Python
6 lines
71 B
Python
from .rpsls import RPSLS
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(RPSLS(bot))
|