|
1 | 1 | # MACRO-Explative-Exterminator
|
2 |
| -A Python-Based Discord Bot that will rewove, filter, and re-send their message without any swear words. |
| 2 | +A Python-Based Discord Bot that will remove, filter, and re-send their message without any swear words. |
3 | 3 |
|
4 | 4 | To use this bot, enter the Leaderboard folder, and ensure you have a ```V2.py```, ```leaderboard.json```, & ```.env``` file, they should all be in the same directory
|
5 | 5 |
|
6 | 6 | Make sure you have discord.py installed, ensure you have entered your token into the .env file, and run the vL2.py
|
7 | 7 |
|
8 |
| -This Version has a leaderboard custom made for MACRO, where it is located in one channel and there is no command |
9 |
| -To use it, use the ```$Leaderboard_here``` command (do before swearing in order to initialize) |
| 8 | +This Version has a leaderboard custom-made for MACRO. To use it, use the ```$Leaderboard``` command. |
10 | 9 | Once enough users are logged in the ```leaderboard.json``` file you may want to remove the 5 placeholder accounts.
|
11 |
| -In thase same file, at line #466 there is a variable ```adminexempt```, make this true or false for if you want admins to be able to swear un-moderated. |
12 |
| -at line #17 in ```V2.PY``` make sure to write in your file path to find your leaderboard file |
| 10 | +In this same file there is a variable ```adminexempt```, make this true or false if you want admins to be able to swear un-moderated. |
13 | 11 |
|
14 |
| -To acess all commands in a server, do $commands in a valid channel |
15 |
| -If you are the bot owner, add your discord ID in the ```V2.py``` file at line #26 |
| 12 | +To access all commands in a server, do ```$commands``` in a valid channel |
16 | 13 |
|
17 | 14 | to start or stop filtering in a channel, to ```$startfilter``` or ```stopfilter```, you can use the ```$status``` command to check if a channel is being filtered
|
| 15 | + |
| 16 | +This version uses discord webhooks and a bock backend to imitate the user that said something that needs to be filtered. This requires an authenticated discord bot to move the webhook between channels. |
0 commit comments