debug 6.9 RenameAlarm handler
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in new issue
Block a user