From 302d538c2d8655e5b8a1a8aeffc0308e8312e83c Mon Sep 17 00:00:00 2001 From: H3cJP <62990101+H3cJP@users.noreply.github.com> Date: Thu, 22 Dec 2022 14:07:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index effb8af..d216759 100644 --- a/README.md +++ b/README.md @@ -2,7 +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 -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 with the token) +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 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