https://github.com/discordextremelist/bot
The official source code for the bot found in the Discord Extreme List Discord server!
https://github.com/discordextremelist/bot
bot discord discordpy mongodb python python3
Last synced: 5 months ago
JSON representation
The official source code for the bot found in the Discord Extreme List Discord server!
- Host: GitHub
- URL: https://github.com/discordextremelist/bot
- Owner: discordextremelist
- License: agpl-3.0
- Created: 2020-04-02T08:26:57.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T00:48:26.000Z (over 1 year ago)
- Last Synced: 2025-02-23T01:20:00.090Z (over 1 year ago)
- Topics: bot, discord, discordpy, mongodb, python, python3
- Language: Python
- Homepage: https://discord.gg/WeCer3J
- Size: 244 KB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# DEL Bot for DEL Website v5.x.x
Licensing information viewable in LICENSE.md
# Setup
## Requirements
### Python 3
Python 3 is required for the DEL bot to function as it is built using python.
**NOTE:** This has only been tested in Python 3.8 and may be broken on newer or older versions of Python 3.
### PM2 (Optional)
PM2 is optional and allows the DEL bot to auto-restart on crash.
### MongoDB
A MongoDB instance is required - it must match the configuration in the `settings.json` file and the values must be the same as the website instance.
## Setup
Install all of the dependencies by running `pip install -r requirements.txt`
## Running
### Without PM2
Run the `python bot.py` command, please note python may be python3 on some platforms.
### With PM2
Run the `pm2 start bot.py --name DEL-BOT` command.