mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Add some subreddits to interesting and meme
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"programmeranimemes",
|
||||
"bikinibottomtwitter",
|
||||
"prequelmemes",
|
||||
"otmemes",
|
||||
"mothmemes",
|
||||
"meme",
|
||||
"politicalhumor",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.19.4",
|
||||
"version": "119.19.5",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user