From c277341578012bd84c35c15fdd5499ce4636a62b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 18 Aug 2020 11:56:55 -0400 Subject: [PATCH] Add some subreddits to interesting and meme --- assets/json/meme.json | 1 + commands/random-img/interesting.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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": {