From e30fb76ac50d87c8b6cbfe686860433a47f99b28 Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 10 Mar 2015 18:21:37 +0100 Subject: [PATCH] Update boobs.lua usage --- plugins/boobs.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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