Update boobs.lua usage
This commit is contained in:
parent
d254f24b97
commit
e30fb76ac5
@ -56,8 +56,11 @@ function run(msg, matches)
|
|||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
description = "Gets a random boobs pic",
|
description = "Gets a random boobs or butts pic",
|
||||||
usage = "!boobs",
|
usage = {
|
||||||
|
"!boobs",
|
||||||
|
"!butts"
|
||||||
|
},
|
||||||
patterns = {
|
patterns = {
|
||||||
"^!boobs$",
|
"^!boobs$",
|
||||||
"^!butts$"
|
"^!butts$"
|
||||||
|
Reference in New Issue
Block a user