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 +}