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:
parent
75ffb3dadf
commit
a660e87917
3 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue