debug alarms
This commit is contained in:
3 files changed
+4
-4
No files matched your search
+2
-2
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user