https://github.com/cee-studio/cee-bot
Bot for the Cee.Studio server
https://github.com/cee-studio/cee-bot
Last synced: 9 months ago
JSON representation
Bot for the Cee.Studio server
- Host: GitHub
- URL: https://github.com/cee-studio/cee-bot
- Owner: cee-studio
- Created: 2021-12-22T12:28:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T14:39:44.000Z (over 4 years ago)
- Last Synced: 2025-10-14T13:07:49.180Z (9 months ago)
- Language: C
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cee-bot
Bot for the [Cee.Studio](https://discord.gg/nBUqrWf) server.
## Getting Started
1. Get [Orca](https://github.com/cee-studio/orca) by following its installation steps
2. Edit [config.json](config.json) and match its fields to your guild and bot primitives
3. Head to [listeners/](listeners/) and follow its guide to activate the interaction listeners
4. Build the bot
```bash
$ make
```
5. Finally, run the bot
```bash
$ ./main
```
## Features
### Rubber duck channel
A special channel that users may create to have their own space where they may
ask for specialized help in their projects, or simply throw their developer thoughts to.
#### `/mychannel action` - Moderation commands for your channel
#### `/mychannel configure` - Configure your channel
#### `/mychannel delete` - Delete your channel
## Project outline
```
.
├── config.json # The client primitives
├── interactions/ # Logic for client reaction to interactions
└── listeners/ # Activate / Update Interaction listeners
```