https://github.com/stephenlb/discord-bot
The Discord Bot
https://github.com/stephenlb/discord-bot
Last synced: 5 months ago
JSON representation
The Discord Bot
- Host: GitHub
- URL: https://github.com/stephenlb/discord-bot
- Owner: stephenlb
- Created: 2025-10-24T18:36:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-26T23:45:20.000Z (6 months ago)
- Last Synced: 2025-12-28T13:52:53.467Z (6 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot
A Discord bot built using discord.py with support for slash commands and prefix commands.
Includes a status command that shows latency, uptime, and memory usage.
---
## Requirements
- uv package manager
- A Discord bot token
- App ID(BOT ID)
- GUILD ID
Install packages:
uv sync
---
## Setup
Create a `.env` file:
TOKEN=your_bot_token_here
APP_ID=your_application_id_here
GUILD_ID=your_guild_id_here
---
## Run
uv run main.py
---
---
## License
MIT License