Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock committed Jul 12, 2024
1 parent b0c5003 commit 9e20ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/automod.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ export default new Command({
)
return await message.sendErrorMessage("specifyDuration")
const isAlreadyThere = client.filterWordsCached.banned.get(word)
console.log(client.filterWordsCached.banned)
console.log(client.filterWordsCached.banned.get(word))
if (isAlreadyThere != undefined)
return await message.sendErrorMessage("wordAlreadyBanned")

Expand Down

0 comments on commit 9e20ca7

Please sign in to comment.