From 2f0b0d0ad5e17f678a106795b0bf38eb211dd8b1 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Tue, 11 Jun 2019 03:37:54 +1000 Subject: [PATCH] blame @mikitori for change --- commands/redditkitty.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/redditkitty.js b/commands/redditkitty.js index a1a365f..bca57ea 100644 --- a/commands/redditkitty.js +++ b/commands/redditkitty.js @@ -4,7 +4,7 @@ var url = "https://www.reddit.com/r/cats/hot/.json?limit=100"; module.exports = { name: 'Kitty', alias: ['kitty'], - helptext: 'Inserts good boye from reddit/r/cats', + helptext: 'Inserts kitteh from reddit/r/cats', helphide: false, permissions: ['READ_MESSAGES'], category: 'general', @@ -31,4 +31,4 @@ function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; -} \ No newline at end of file +}