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