Skip to content

Commit

Permalink
Unused variable removal
Browse files Browse the repository at this point in the history
Since message delete alerts was deleted, I deleted it from the config and from utilities.py
  • Loading branch information
DanielOrourke02 committed Jul 7, 2024
1 parent b5c13e8 commit 6aaa02e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"prefix": ".",
"ADMIN_ID": 123456,

"MESSAGE_DELETE_ALERT": "false",
"LINK_BAN": "true",
"BANNED_LINKS": ["discord.gg"],

Expand Down
1 change: 0 additions & 1 deletion src/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

# Moderation

message_delete = config.get('MESSAGE_DELETE_ALERT')
link_ban = config.get('LINK_BAN')
BANNED_LINKS = config.get('BANNED_LINKS', [])

Expand Down

0 comments on commit 6aaa02e

Please sign in to comment.