Removed useless thing
This commit is contained in:
parent
a0147fd6a8
commit
8ab2125311
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const Discord = require('discord.js');
|
const Discord = require('discord.js');
|
||||||
const snekfetch = require('snekfetch');
|
const snekfetch = require('snekfetch');
|
||||||
module.exports = class RandoCatCommand extends Command {
|
module.exports = class redditCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'reddit',
|
name: 'reddit',
|
||||||
|
|
Loading…
Reference in a new issue