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

https://github.com/relrin/nightsong-bot

The Discord bot for managing server rooms
https://github.com/relrin/nightsong-bot

discord-bot rust serenity-rs

Last synced: 6 months ago
JSON representation

The Discord bot for managing server rooms

Awesome Lists containing this project

README

          

# nightsong-bot
The Discord bot for managing server rooms

## Features
- Giveaways management:
- Ability to manage multiple giveaways simultaneously
- Rewards management (adding, deletion, etc.) for each giveaway
- Pretty-print of the giveaways

### List of available commands
Each command must be called with the `!` prefix in the beginning of each command (e.g. `!glist`)

- Giveaway management
- `glist` - Get a list of available giveaways
- `gcreate` - Create a new giveaway
- `gstart` - Start the certain giveaway
- `gdeactivate` - Deactivate (or suspend) the giveaway
- `gfinish` - Finish and delete the giveaway
- `gitems` - Display detailed info about the rewards in the giveaway
- `gadd` - Add a new reward to the certain giveaway
- `gaddm` - Add multiple rewards to the certain giveaway, parsed from the single message.
- `gremove` - Remove the reward from the certain giveaway
- `groll` - Roll the reward from the certain giveaway
- `gconfirm` - Confirm that the reward was activated from the certain giveaway
- `gdeny` - Return the reward back that can't be activated

For more information call the help command via `!help ` in a discord channel.

## License
The nightsong-bot project is published under the BSD license. For more details read the [LICENSE](https://github.com/Relrin/nightsong-bot/blob/master/LICENSE) file.