🔊 change interactionCreate log to debug
This commit is contained in:
parent
410442e17b
commit
092778b22d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default {
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
logger.info(
|
logger.debug(
|
||||||
`Audit log sent for event interactionCreate in guild ${interaction?.guild?.name} (${interaction?.guild?.id})`
|
`Audit log sent for event interactionCreate in guild ${interaction?.guild?.name} (${interaction?.guild?.id})`
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue