2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 06:05:22 +00:00
This commit is contained in:
Thomas Rory Gummerson
2017-07-24 18:19:29 +02:00
parent 5e472e31c3
commit 66683cde5f

View File

@@ -119,7 +119,7 @@ bot.command('warns', async ({ message, reply }) => {
}
let i = 0;
const theUser = message.reply_to_message.from;
return reply('Warns for ' + link(theUser) + '\n' +
return reply('Warns for ' + link(theUser) + ':\n' +
(await warns.getWarns(theUser))
.map(x => ++i + '. ' + x)
.join('\n'), replyOptions);