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

Commit

Permalink
feat: easter egg for one server
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuriel23 committed Apr 7, 2024
1 parent 6367358 commit 187b356
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/commands/ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ module.exports = {
});
}
if (gravidade >= 2) {
if (
interaction.guild.id === '856873114926972929' &&
motivo === "Fazer spam, flood, divulgação ou propaganda não autorizada"
) {
client.channels.cache
.get("856886279693271070")
.send("https://files.catbox.moe/t964m7.mp4");
}
usuario
.send({
content:
Expand Down

0 comments on commit 187b356

Please sign in to comment.