Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonhteper/teams-roulette-bot

discord bot
https://github.com/jonhteper/teams-roulette-bot

bot discord-bot

Last synced: about 1 month ago
JSON representation

discord bot

Awesome Lists containing this project

README

        

# Teams Roulette Bot

icon

A Discord bot for create random teams based in a names list.

## Commands

### `/lista`

Get a random sort list names

### `/parejas`

Get a random couples list

### `/tercias`

Get a random threesomes list

## data.json

This bot needs a file named `data.json`. The file's structure are:

```json
{
"names": [
"John Doe",
"Marie Sue",
"Jerry Stue"
],
"token": "my.Awesome.Discord.Token"
}
```