giveideas-bot/README.md
Ari Archer da515c1997
Add got to install the requirements
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-08-11 11:40:51 +03:00

25 lines
529 B
Markdown

# GiveIdeas bot
## Don't ask about the name pls kthx
> The official bot for \*nix notes discord server
# Running
```sh
python3 -m pip install --user -r requirements.txt # or preferable make a venv
cp .env.example .env
vim .env
python3 src/main.py
vim config.json
. .env
python3 src/main.py
```
# How to make a discord bot account and get its token
- <https://www.freecodecamp.org/news/create-a-discord-bot-with-python/>
Though the "Copy token" button seems to no longer exist, just press
"reset token" and then copy it