1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Fixed error in unnsfw command

This commit is contained in:
Phxntxm 2016-07-09 11:28:18 -05:00
parent 8cf9b784b7
commit e95638f2cb

View file

@ -28,7 +28,7 @@ class Mod:
@commands.command(pass_context=True)
@checks.isMod()
async def unnsfw(self, ctx):
"""Removes this channel as a 'nsfw' channel"""
"""Removes this channel as a 'nsfw' channel"""
cursor = config.getCursor()
cursor.execute('use {}'.format(config.db_default))
try: