Allow classic commands in DMs even when disabled, add channel name to music end message, better check for API_TYPE, update docs
This commit is contained in:
parent
50bff306c0
commit
e474d838b0
11 changed files with 94 additions and 35 deletions
|
@ -18,7 +18,7 @@ class StopCommand extends MusicCommand {
|
|||
players.delete(this.channel.guild.id);
|
||||
queues.delete(this.channel.guild.id);
|
||||
this.success = true;
|
||||
return "🔊 The current voice channel session has ended.";
|
||||
return `🔊 The voice channel session in \`${this.connection.voiceChannel.name}\` has ended.`;
|
||||
}
|
||||
|
||||
static description = "Stops the music";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue