From 8ab21253110e7189ae3179b8ded87c088eda9e2c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 27 Sep 2018 19:06:41 +0200 Subject: [PATCH] Removed useless thing --- commands/fun/reddit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',