Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonhteper/teams-roulette-bot
- Owner: jonhteper
- License: gpl-3.0
- Created: 2021-07-30T07:25:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T16:13:36.000Z (over 3 years ago)
- Last Synced: 2023-04-24T16:54:01.876Z (almost 2 years ago)
- Topics: bot, discord-bot
- Language: JavaScript
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teams Roulette Bot
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"
}
```