Brandon209-Red-bot-Cogs/roleplay/__init__.py

8 lines
121 B
Python
Raw Normal View History

2019-10-30 14:24:04 +13:00
import os
from .roleplay import RolePlay
from redbot.core import Config
def setup(bot):
2020-02-02 20:13:29 +13:00
bot.add_cog(RolePlay(bot))