This commit is contained in:
Dragon Fire
2020-07-07 17:12:18 -04:00
parent 98a8aba9b8
commit 6b0eadb7db
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -46,7 +46,6 @@ module.exports = class DECTalkCommand extends Command {
}
async run(msg, { text }) {
const inGuild = msg.guild ? undefined : null;
const connection = this.client.voice.connections.get(msg.guild.id);
if (!connection) {
const usage = this.client.registry.commands.get('join').usage();
-1
View File
@@ -63,7 +63,6 @@ module.exports = class SoundboardCommand extends Command {
}
async run(msg, { sound }) {
const inGuild = msg.guild ? undefined : null;
const connection = this.client.voice.connections.get(msg.guild.id);
if (!connection) {
const usage = this.client.registry.commands.get('join').usage();