fix event delete
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -118,7 +118,7 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const eventsOptions = new ActionRowBuilder().addComponents(alarms);
|
const eventsOptions = new ActionRowBuilder().addComponents(events);
|
||||||
|
|
||||||
return interaction.send({ components: [eventsOptions], flags: (1 << 6) });
|
return interaction.send({ components: [eventsOptions], flags: (1 << 6) });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user