Add total pages to command leaderboard

This commit is contained in:
Dragon Fire
2020-05-31 22:25:16 -04:00
parent e6e2afe98f
commit 25473003c0
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ module.exports = class PhoneCall {
sendVoicemail(channel, msg) {
return channel.send(stripIndents`
☎️ New Voicemail from **${msg.guild.name}**:
☎️ New Voicemail from **${msg.guild.name}:**
**${msg.author.tag}:** ${msg.content}
`);
}