Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
## added:

- BANNED_LINKS - list of banned links/words
- LINK BAN (true/false)
- MESSAGE_DELETE_ALERT (true/false)
  • Loading branch information
DanielOrourke02 committed May 7, 2024
1 parent 7974238 commit 4855a23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"bot_invite_link": "YOUR_BOT_INVITE_LINK_HERE",
"prefix": ".",
"ADMIN_ID": 123456,

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

"skip_installtion": "false",
"show_guilds": "true",
"daily_reward": 10000,
Expand Down

0 comments on commit 4855a23

Please sign in to comment.