debug events handler
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dayz-armbands",
|
||||
"version": "8.2.3",
|
||||
"version": "8.2.4",
|
||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
@@ -137,7 +137,7 @@ module.exports = {
|
||||
}, function(err, res) {
|
||||
if (err) return client.sendInternalError(interaction, err);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
HandlePlayerTrackEvent: async (client, guild, e) => {
|
||||
|
||||
|
||||
Reference in new issue
Block a user