fixed .upwulf overriding .updick
This commit is contained in:
parent
9cb726ad9e
commit
bc3ef25b98
|
@ -38,7 +38,7 @@ def updick(bot, trigger):
|
||||||
|
|
||||||
|
|
||||||
@commands('upwulf')
|
@commands('upwulf')
|
||||||
def updick(bot, trigger):
|
def upwulf(bot, trigger):
|
||||||
""".upwulf - Returns the uptime of Fulvia, measured in Adalwulfs."""
|
""".upwulf - Returns the uptime of Fulvia, measured in Adalwulfs."""
|
||||||
if trigger.group(2):
|
if trigger.group(2):
|
||||||
if trigger.group(2) in bot.users:
|
if trigger.group(2) in bot.users:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user