diff --git a/plugins/boobs.lua b/plugins/boobs.lua index 7d4b6a5..ba4edab 100644 --- a/plugins/boobs.lua +++ b/plugins/boobs.lua @@ -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 \ No newline at end of file +end