An open API service indexing awesome lists of open source software.

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

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