From 9a51a85a3a3cc3fd78949d2a49740613b068b218 Mon Sep 17 00:00:00 2001 From: DWW Date: Mon, 14 Feb 2022 00:04:00 +0200 Subject: [PATCH] Added README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0d39382 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +# Install dependencies +python3 -m pip install -U discord.py +python3 -m pip install beautifulsoup4 + +# Create "token.txt" with your bot token +# Run bot +python3 bot.py