add sex cog to load cogs

This commit is contained in:
Luna Mendes 2017-12-03 18:43:49 -03:00
parent cd54616325
commit 9f3f7deff3
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ log = logging.getLogger(__name__)
exts = [
'basic',
'admin',
'rsudo'
'rsudo'.
'sex'
]