1
0
Fork 0
mirror of synced 2024-05-18 19:42:28 +12:00

Correct capitalization of permission

This commit is contained in:
Phxntxm 2017-07-30 20:11:32 -05:00
parent afcbca3e64
commit a8d6c0ff31

View file

@ -103,7 +103,7 @@ class Administration:
@battles.command(name='default')
@commands.guild_only()
@utils.custom_perms(send_Messages=True)
@utils.custom_perms(send_messages=True)
@utils.check_restricted()
async def default_battles(self, ctx):
"""Used to toggle if battles should include default messages as well as server-custom messages
@ -214,7 +214,7 @@ class Administration:
@hugs.command(name='default')
@commands.guild_only()
@utils.custom_perms(send_Messages=True)
@utils.custom_perms(send_messages=True)
@utils.check_restricted()
async def default_hugs(self, ctx):
"""Used to toggle if hugs should include default messages as well as server-custom messages