3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

chore: make tslint happy

This commit is contained in:
Dragory 2023-04-01 14:22:25 +03:00
parent 75ffb3dadf
commit a660e87917
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 6 additions and 0 deletions

View file

@ -213,6 +213,7 @@ export const MutesCmd = mutesCmd({
if (msg.author.id !== interaction.user.id) {
interaction
.reply({ content: `You are not permitted to use these buttons.`, ephemeral: true })
// tslint:disable-next-line no-console
.catch((err) => console.trace(err.message));
} else {
collector.resetTimer();