mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
added small changes
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = class Play extends Command {
|
||||
else {
|
||||
message.guild.music.paused = false;
|
||||
message.guild.music.dispatcher.resume();
|
||||
const embed = new MessageEmbed().setColor('#000099').setTitle(':arrow_forward: resumed player');
|
||||
const embed = new MessageEmbed().setColor('#000099').setTitle(':arrow_forward: Resumed player');
|
||||
return await message.say({ embed });
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user