mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
wrong event type
This commit is contained in:
parent
4c8d717e9a
commit
4c9be4a6b0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const { createEmbed } = require('./utils/embed');
|
|||
const superagent = require('superagent');
|
||||
|
||||
// Analytics
|
||||
commandClient.on('commandRan', ({ context, command }) => { if(!command.metadata.use_custom_ingest) ingest(command.name, "slash_command_ran")} )
|
||||
commandClient.on('commandRan', ({ context, command }) => { if(!command.metadata.use_custom_ingest) ingest(command.name, "command_ran")} )
|
||||
interactionClient.on('commandRan', ({ context, command }) => { if(!command.metadata.use_custom_ingest) ingest(command.name, "slash_command_ran")} )
|
||||
|
||||
// Handle missing permission errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue