some grammar and punctuation corrections

This commit is contained in:
Andreas Hollmeier
2020-09-09 17:13:32 +02:00
parent eaa5e016f9
commit ad973a8d40
6 changed files with 12 additions and 12 deletions

View File

@@ -12,6 +12,6 @@ exports.run = async (client, message, args) => {
const song = await client.player.nowPlaying(message.guild.id);
//Message
message.channel.send(`Currently playing ${song.name} ${emotes.music}\nProgression : [${client.player.createProgressBar(message.guild.id)}]`);
message.channel.send(`Currently playing ${song.name} ${emotes.music}\nProgress: [${client.player.createProgressBar(message.guild.id)}]`);
}