Merge branch 'develop' into refresh
This commit is contained in:
commit
6cf3fcda84
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def format_output(data):
|
||||||
## HOOK FUNCTIONS
|
## HOOK FUNCTIONS
|
||||||
|
|
||||||
@hook.command('plugin')
|
@hook.command('plugin')
|
||||||
@hook.commands
|
@hook.command
|
||||||
def bukget(inp, reply=None, message=None):
|
def bukget(inp, reply=None, message=None):
|
||||||
"""bukget <slug/name> - Look up a plugin on dev.bukkit.org"""
|
"""bukget <slug/name> - Look up a plugin on dev.bukkit.org"""
|
||||||
# get the plugin slug using search
|
# get the plugin slug using search
|
||||||
|
|
Reference in a new issue