mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fixed that for ya
This commit is contained in:
parent
60f3706aae
commit
d2afb22e07
1 changed files with 1 additions and 1 deletions
|
@ -4925,7 +4925,7 @@ def track(command, track, value=None):
|
|||
return 'Set the experience of the %s track to: %d!' % (track, value)
|
||||
return 'Invalid command.'
|
||||
|
||||
@magicWord(category=CATEGORY_DEVELOPER, types=[str, str])
|
||||
@magicWord(category=CATEGORY_PROGRAMMER, types=[str, str])
|
||||
def suit(command, suitName):
|
||||
invoker = spellbook.getInvoker()
|
||||
command = command.lower()
|
||||
|
|
Loading…
Reference in a new issue