Update README.md

This commit is contained in:
H3cJP 2022-12-22 14:06:02 +01:00 committed by GitHub
parent 125528b976
commit 960185aa4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,7 @@
Discord bot code to stop users that are scamming with fake messages of free discord nitro on servers in order to steal users accounts.
# How to use
Here is an example image of the most simple main python script to run a discord bot to avoid discord massive scams on servers.
![main.png](img/main.png)
The simplest bot you can create using this repo is just running the AntiScam.py file with python3 (after creating the bot at the discord developers portal and replacing <bot-token> with the token)
To run the bot, the PyCord module must be installed (on linux, `pip3 install discord.py`).
More info about how to install discord.py is in their docs: https://discordpy.readthedocs.io/en/stable/intro.html