debuyg handle remove income role

This commit is contained in:
SowinskiBraeden committed 2023-06-13 14:29:44 -07:00
1 parent cda60fbec0
commit c762b34c84
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -769,7 +769,7 @@ module.exports = {
return interaction.update({ embeds: [successEmbed], components: [] }); return interaction.update({ embeds: [successEmbed], components: [] });
} }
} },
ResetSettings: { ResetSettings: {
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": "7.2.0", "version": "7.2.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": {