A collection of templates to help users get started with nyxx.
These bricks can be used with the Mason CLI.
nyxx_base: A bare-bones starter template for nyxx botsnyxx_commands: A starter template for bots using nyxx_commandsnyxx_full: A complete template for bots using nyxx and docker-composenyxx_commands_command: A quick template for making command with nyxx_commands
- Install the mason CLI:
dart pub global activate mason_cli - Install the nyxx bricks
- Locally (in an existing project): follow the mason documentation
- Globally (anywhere):
mason add -g brick_name --git-url https://github.com/nyxx-discord/nyxx_bricks --git path brick_namewherebrick_nameis replaced with the name of the brick you're interested in.
- Make the brick you installed:
mason make brick_name