This commit is contained in:
Alex Brow 2020-03-23 09:31:09 -04:00
parent b081d92cec
commit 4c7e75cfe5
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 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") {