mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Fix lint
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user