This commit is contained in:
Alex Brow 2020-03-23 09:29:01 -04:00
parent 501790fd26
commit b081d92cec
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 1 additions and 1 deletions

View File

@ -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") {