Discord bot code to stop users that are scamming with fake messages of free discord nitro on servers in order to steal users accounts.
Go to file
2022-11-19 20:23:25 +01:00
img Delete a 2021-11-15 22:29:56 +01:00
AntiScam.py Updating AntiScam because of the changes in the internal discord api. 2022-11-19 20:23:25 +01:00
LICENSE Initial commit 2021-11-14 22:13:45 +01:00
main.py Update main.py 2022-04-14 02:04:34 +02:00
README.md Update README.md 2022-03-15 18:04:04 +01:00

AntiScam

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

To run the bot, the PyCord module must be installed (on linux, pip3 install py-cord). If you found any trouble, you can report it at the issues section. Sometimes if the pip3 command is not detected, it may be that pip command is already associated with python3 (check it running the command pip --version).