Update boobs.lua usage
This commit is contained in:
parent
d254f24b97
commit
e30fb76ac5
@ -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
|
||||
|
Reference in New Issue
Block a user