🔊 change interactionCreate log to debug

This commit is contained in:
Axel Olausson Holtenäs 2022-06-13 14:29:30 +02:00
parent 410442e17b
commit 092778b22d
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -52,7 +52,7 @@ export default {
],
})
.then(async () => {
logger.info(
logger.debug(
`Audit log sent for event interactionCreate in guild ${interaction?.guild?.name} (${interaction?.guild?.id})`
);
})