giveideas-bot/README.md

25 lines
529 B
Markdown
Raw Permalink Normal View History

# 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