Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackotter/delta-bot
The official bot for the Delta Client Discord server
https://github.com/stackotter/delta-bot
Last synced: 10 days ago
JSON representation
The official bot for the Delta Client Discord server
- Host: GitHub
- URL: https://github.com/stackotter/delta-bot
- Owner: stackotter
- Created: 2022-08-12T10:50:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T12:14:45.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:48:12.408Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DeltaBot
The official bot for the Delta Client Discord server.
## Features
- Greets new users and asks them to star the project on GitHub
- Provides slash commands to get a variety of useful Delta Client URLS (GitHub, website, etc.)## Running the bot
1. Make sure you have python3 installed
2. `pip3 install -r requirements.txt`
3. Create a `.env` file containing `BOT_TOKEN="YOUR_TOKEN"`
4. `python3 main.py`