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

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

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
```