show alarm player add
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -234,7 +234,7 @@ module.exports = {
|
|||||||
|
|
||||||
const opt = new ActionRowBuilder().addComponents(alarms);
|
const opt = new ActionRowBuilder().addComponents(alarms);
|
||||||
|
|
||||||
return interaction.send({ components: [opt], flags: (1 << 6) });
|
return interaction.send({ components: [opt] });
|
||||||
} else if (args[0].name == 'set-rule' || args[0].name == 'remove-rule') {
|
} else if (args[0].name == 'set-rule' || args[0].name == 'remove-rule') {
|
||||||
|
|
||||||
if (GuildDB.alarms.length == 0) return interaction.send({ embeds: [new EmbedBuilder().setColor(client.config.Colors.Default).setDescription('**Notice:** No Existing Alarms to configure.')] });
|
if (GuildDB.alarms.length == 0) return interaction.send({ embeds: [new EmbedBuilder().setColor(client.config.Colors.Default).setDescription('**Notice:** No Existing Alarms to configure.')] });
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "6.6.6",
|
"version": "6.6.7",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user