debug alarms

This commit is contained in:
SowinskiBraeden committed 2023-04-04 15:24:41 -07:00
1 parent 3c7fccc87d
commit e081055a33
3 files changed
+4 -4

No files matched your search

+2 -2
View File
@@ -211,9 +211,9 @@ module.exports = {
for (let i = 0; i < GuildDB.alarms.length; i++) {
alarms.addOptions({
label: GuildDB.alarm[i].name,
label: GuildDB.alarms[i].name,
description: `Delete this Alarm`,
value: GuildDB.alarm[i].name
value: GuildDB.alarms[i].name
});
}