diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js index dbd373fb..feb09157 100644 --- a/commands/fun/reddit.js +++ b/commands/fun/reddit.js @@ -1,7 +1,7 @@ const { Command } = require('discord.js-commando'); const Discord = require('discord.js'); const snekfetch = require('snekfetch'); -module.exports = class RandoCatCommand extends Command { +module.exports = class redditCommand extends Command { constructor(client) { super(client, { name: 'reddit',