there we go

This commit is contained in:
Alex Brow 2020-02-23 12:28:12 -05:00
parent b581dd1d41
commit 1f9036bffd
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 => {
};
try{
client.channels.get("680243388695445587").send(`${member} has had their **DEFCON** level set to ${role} `);
} catch(error) console.error(error);
} catch(error) {console.error(error);}
return message.reply("\n**DEFCON** level set!\nGod Bless their souls")
};
};