Skip to content
/ nit Public template

Ready to go discord bot template for nyxx_interactions

Notifications You must be signed in to change notification settings

61soldiers/nit

Repository files navigation

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

About

Ready to go discord bot template for nyxx_interactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages