From ae96d0be4bd583149f858e178ed48439e22a00a0 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Tue, 4 May 2021 17:44:17 +0000 Subject: [PATCH] Add user tags instead of just IDs --- bot/awesomescibo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 412985e..f246fd4 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -462,8 +462,8 @@ function showLeaderboard(message) { function aboutMessage(message) { message.channel.send( new Discord.MessageEmbed().setTitle("Contributors: ").setDescription(` - <@745063586422063214> - <@650525101048987649> + <@745063586422063214> [ADawesomeguy#2235] + <@650525101048987649> [tEjAs#8127] `) // Add more contributors here, first one is Abheek, second one is Tejas ); }