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:27:48 -05:00
parent 1752c5d9f5
commit 8cf9b784b7

View file

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