debug events handler

This commit is contained in:
SowinskiBraeden committed 2023-07-01 10:22:31 -07:00
1 parent 78626d5f83
commit fb8512a4e9
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -137,7 +137,7 @@ module.exports = {
}, function(err, res) {
if (err) return client.sendInternalError(interaction, err);
});
}
},
HandlePlayerTrackEvent: async (client, guild, e) => {