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

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-15 15:15:20 -05:00
parent d6b0298f53
commit 73a7d3485a

View file

@ -137,7 +137,7 @@ class Core:
config.closeConnection()
@tag.command(name='add', aliases=['create', 'start'], pass_context=True)
@checks.customPermsOrRole(kick_members=True)
@checks.customPermsOrRole("kick_members")
async def add_tag(self, ctx, *result: str):
"""Use this to add a new tag that can be used in this server
Format to add a tag is !tag add <tag> - <result>"""