Ready to go discord bot template for nyxx_interactions module
git clone https://github.com/61soldiers/nit myproject
cd myproject
dart pub get
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
The use of derry package is recommended
Runs the bot in development mode
Runs the bot in production mode
Keep in mind that this is not running in its full potential due to the existing dartvm
Builds an executable of bot into root/prod
Runs the compiled executable of bot in development mode