https://github.com/nadmax/socle
Socle's Discord bot
https://github.com/nadmax/socle
devops docker k3s kubernetes typescript
Last synced: 24 days ago
JSON representation
Socle's Discord bot
- Host: GitHub
- URL: https://github.com/nadmax/socle
- Owner: nadmax
- License: mit
- Created: 2025-05-16T15:57:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-27T02:27:53.000Z (7 months ago)
- Last Synced: 2025-11-29T19:48:28.129Z (7 months ago)
- Topics: devops, docker, k3s, kubernetes, typescript
- Language: TypeScript
- Homepage: https://discord.gg/ZMVdnUGqhU
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# Socle
A modern Discord bot built with [TypeScript](https://www.typescriptlang.org/) and [discord.js](https://discord.js.org/), following the best practices from the [discord.js guide](https://discordjs.guide/).
## ✨ Features
- 🛠 Slash command support
- 📦 Docker-based setup with Docker Compose
- ⚡ Type-safe, modular TypeScript structure
## 🧠 Requirements
- Docker
- Docker Compose
- A Discord bot token
- A test Discord server (guild)
## 🚀 Quick Start
⚠️ You need to setup the `.env` file based on the `.env.example`.
One command is needed to start the bot:
```sh
docker compose up -d
```