debug 6.9 RenameAlarm handler

This commit is contained in:
SowinskiBraeden committed 2023-06-06 19:27:13 -07:00
1 parent acc0da7754
commit f4fc2046ba
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -606,7 +606,7 @@ module.exports = {
return interaction.update({ embeds: [successEmbed], components: [] }); return interaction.update({ embeds: [successEmbed], components: [] });
} }
} },
RenameAlarm: { RenameAlarm: {
run: async(client, interaction, GuildDB) => { run: async(client, interaction, GuildDB) => {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "6.10.0", "version": "6.10.1",
"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": {