removed unecessary thing
This commit is contained in:
parent
a1771cd16d
commit
a314762f62
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const responseObject = require("../../randVid.json");
|
|
||||||
module.exports = class DespacitoCommand extends Command {
|
module.exports = class DespacitoCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const Discord = require('discord.js');
|
|
||||||
module.exports = class ServerCommand extends Command {
|
module.exports = class ServerCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
|
|
Loading…
Reference in a new issue