diff --git a/assets/json/meme.json b/assets/json/meme.json index 9ea7a3b2..227942a6 100644 --- a/assets/json/meme.json +++ b/assets/json/meme.json @@ -8,6 +8,7 @@ "programmeranimemes", "bikinibottomtwitter", "prequelmemes", + "otmemes", "mothmemes", "meme", "politicalhumor", diff --git a/commands/random-img/interesting.js b/commands/random-img/interesting.js index 191011f6..ed8a6407 100644 --- a/commands/random-img/interesting.js +++ b/commands/random-img/interesting.js @@ -1,6 +1,6 @@ const SubredditCommand = require('../../structures/commands/Subreddit'); const { list } = require('../../util/Util'); -const subreddits = ['interestingasfuck', 'mildlyinteresting']; +const subreddits = ['interestingasfuck', 'mildlyinteresting', 'damnthatsinteresting']; module.exports = class InterestingCommand extends SubredditCommand { constructor(client) { diff --git a/package.json b/package.json index bae82146..8571cc07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.19.4", + "version": "119.19.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {