Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
feat: remove error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuriel23 committed Apr 9, 2024
1 parent 187b356 commit 0533861
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ module.exports = {
content: `<@${mention}>, seu servidor ${a.name} me rejeitou o uso de permissões administrativas, por favor re-coloque a permissão administrativa imediatamente, se você ama ter um servidor seguro.`,
});
}
interaction.channel.send(
`${a.name} está atualmente enviando o erro: ${err}`,
);
});
});
interaction.reply({
Expand Down

0 comments on commit 0533861

Please sign in to comment.