Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1 KB

README.md

File metadata and controls

39 lines (24 loc) · 1 KB

NYXX_INTERACTIONS_TEMPLATE

Ready to go discord bot template for nyxx_interactions module

Getting started

git clone https://github.com/61soldiers/nit myproject
cd myproject
dart pub get

Tokens and confidential data

Any secret keys must go to a file name confidential.yaml in the root directory of project
Keep in mind that the same confidential.yaml file will need to be inside root/prod

Scripts

The use of derry package is recommended

derry run:dev

Runs the bot in development mode

derry run:prod

Runs the bot in production mode

Keep in mind that this is not running in its full potential due to the existing dartvm

derry build:aot

Builds an executable of bot into root/prod

derry run:dev_aot

Runs the compiled executable of bot in development mode

Learn more

nyxx | nyxx_interactions