From b081d92cec473dcffa106ead7fdd9f65042cb2fa Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Mon, 23 Mar 2020 09:29:01 -0400 Subject: [PATCH] egg --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 691c2a7..09ba057 100755 --- a/src/bot.js +++ b/src/bot.js @@ -247,7 +247,7 @@ client.on("message", async message => { member.roles.add(role); break; }; - return message.reply("\n**DEFCON** level set!\nGod Bless their souls") + return message.reply(`\n**DEFCON** level set to DEFCON ${role}\nGod Bless their souls"`) }; }; if (command === "quote") {