Update boobs.lua usage

This commit is contained in:
Yago 2015-03-10 18:21:37 +01:00
parent d254f24b97
commit e30fb76ac5

View File

@ -56,8 +56,11 @@ function run(msg, matches)
end
return {
description = "Gets a random boobs pic",
usage = "!boobs",
description = "Gets a random boobs or butts pic",
usage = {
"!boobs",
"!butts"
},
patterns = {
"^!boobs$",
"^!butts$"
@ -65,4 +68,4 @@ return {
run = run
}
end
end