https://github.com/willguimont/until
A discord bot that kicks you out of voicechat after x minutes
https://github.com/willguimont/until
clojure discord-bot
Last synced: 9 months ago
JSON representation
A discord bot that kicks you out of voicechat after x minutes
- Host: GitHub
- URL: https://github.com/willguimont/until
- Owner: willGuimont
- License: mit
- Created: 2021-05-20T14:47:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T15:02:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T03:02:45.982Z (about 1 year ago)
- Topics: clojure, discord-bot
- Language: Clojure
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# until
A discord bot that kicks you out of voicechat after x minutes
## Setup
Create `data/settings/settings.json` containing:
```json
{
"token": "",
"prefix": "!",
"bot-name": "until",
"extension-folders": [
"src/discord/extensions"
]
}
```
## Run
```shell
lein run
```
## Usage
```shell
!talk-for @User1 @User2 ... @UserN
```
## Docker
```shell
docker build -t until .
docker run -d --rm until
```