https://github.com/tibor309/orbit
🌑 A simple discord bot made with discord.py
https://github.com/tibor309/orbit
bot discord discord-bot discord-py python
Last synced: 12 months ago
JSON representation
🌑 A simple discord bot made with discord.py
- Host: GitHub
- URL: https://github.com/tibor309/orbit
- Owner: tibor309
- Created: 2024-06-24T14:49:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T14:01:01.000Z (about 1 year ago)
- Last Synced: 2025-04-06T15:19:39.756Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-py, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 🌑 Orbit
Orbit is a simple discord bot made with discord.py. You can get funny memes, images of foxes, and some info about a server or member.
## Setup
You can run the bot using the docker cli, or from source. To run the bot, you will need a bot token, that you can get from the [discord developer portal](https://discord.com/developers/applications).
### Docker
```bash
docker run -d --name orbit -e BOT_TOKEN=your-bot-token -e BOT_PREFIX=your-bot-prefix ghcr.io/tibor309/orbit:latest
```
### Source
Clone the repo, then install all the required packages with the command below. At least python 3.10 is required for the bot to run!
```bash
pip3 install -r requirements.txt
```
Create an `.env` file and fill it out with your values, like below.
```
BOT_TOKEN=your-bot-token
BOT_PREFIX=your-bot-prefix
```
If you're ready, run the bot with this command:
```bash
python3 main.py
```
## Config
You can change the color for embeds in the `settings.py` file.