1
0
Fork 0
mirror of synced 2024-06-28 11:10:27 +12:00

Corrected a syntax error

This commit is contained in:
Phxntxm 2016-07-23 07:00:21 -05:00
parent d989cb8321
commit dd8ecf7590

View file

@ -10,7 +10,7 @@ class Links:
In other words, all commands here rely on other URL's to complete their requests"""
def __init__(self, bot):
self.bot = bot
self.bot = bot
@commands.command()
@checks.customPermsOrRole("send_messages")