This commit is contained in:
2019-06-11 09:39:56 +10:00

View File

@@ -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;
}
}