add 311 feature
This commit is contained in:
1 file changed
+2
-2
+2
-2
@@ -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!');
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user