Fixes
This commit is contained in:
parent
97981c7816
commit
aebc0b806a
@ -31,5 +31,5 @@ before_install:
|
||||
|
||||
|
||||
script:
|
||||
- luac -p otouto/*.lua
|
||||
- luac -p otouto/plugins/*.lua
|
||||
- luac -p miku/*.lua
|
||||
- luac -p miku/plugins/*.lua
|
@ -65,4 +65,4 @@ Sende /hilfe, um zu starten
|
||||
response = 'I don\'t know what to say to that.'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -5,7 +5,7 @@ function get_data:init(config)
|
||||
get_data.doc = '\n*/wget* _<URL>_'
|
||||
end
|
||||
|
||||
get_data.command = 'me'
|
||||
get_data.command = 'wget <URL>'
|
||||
|
||||
function get_data:action(msg, config)
|
||||
local input = utilities.input_from_msg(msg)
|
||||
|
Reference in New Issue
Block a user