From 4c7e75cfe5d24a19d46845ab72e0390630141de8 Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Mon, 23 Mar 2020 09:31:09 -0400 Subject: [PATCH] hmm --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 09ba057..28780ee 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 to DEFCON ${role}\nGod Bless their souls"`) + return message.reply(`\n**DEFCON** level set to DEFCON ${args[1]}\nGod Bless their souls"`) }; }; if (command === "quote") {