Skip to content

Commit d685f28

Browse files
authored
Update README.md
1 parent 300e476 commit d685f28

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# 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.
33

44
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
55

66
Make sure you have discord.py installed, ensure you have entered your token into the .env file, and run the vL2.py
77

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.
109
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.
1311

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
1613

1714
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

Comments
 (0)