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

8 lines
118 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):
bot.add_cog(RolePlay())