From 9d917a3811b3377570c788dd147548647be44f9b Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 5 Aug 2022 15:29:46 -0700 Subject: [PATCH] add 311 feature --- commands/911.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/911.js b/commands/911.js index 4c48e7d..f42c257 100644 --- a/commands/911.js +++ b/commands/911.js @@ -157,8 +157,8 @@ module.exports = { return interaction.send({ embeds: [embed] }); } - channel.send({ embeds: [embed911], components: [opt] }); - return interaction.send('911 Alerted'); + channel.send({ content: `<@&${GuildDB.dispatcherRole}> New 911 call!`, embeds: [embed911], components: [opt] }); + return interaction.send('911 Alerted!'); }, }, } \ No newline at end of file