mirror of
https://github.com/BluemediaGER/discord-cleanup-bot.git
synced 2024-11-14 13:05:28 +01:00
Add documentation for DB_PATH variable
This commit is contained in:
parent
075b7b3333
commit
c418132a95
|
@ -20,7 +20,7 @@ If you don't want to use Docker, you can set up the bot manually:
|
|||
2. Create and activate a new venv
|
||||
3. Install the requirements using `requirements.txt`
|
||||
4. Create a bot account [using this guide](https://discordpy.readthedocs.io/en/stable/discord.html#creating-a-bot-account) (ignore the "Inviting Your Bot" section - the bot will show you the correct invite link later)
|
||||
5. Set your bot token in the environment variable `BOT_TOKEN`
|
||||
5. Set your bot token in the environment variable `BOT_TOKEN` and specify a file path for the SQLite database using `DB_PATH`
|
||||
6. Start the `bot.py` script
|
||||
7. Copy the invite link to your browser
|
||||
|
||||
|
|
Loading…
Reference in a new issue