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
- Host: GitHub
- URL: https://github.com/relrin/nightsong-bot
- Owner: Relrin
- License: bsd-3-clause
- Created: 2019-12-29T09:30:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T12:12:20.000Z (over 3 years ago)
- Last Synced: 2025-01-28T12:34:29.084Z (about 1 year ago)
- Topics: discord-bot, rust, serenity-rs
- Language: Rust
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.