- generate project using
nb create. - remember to create a virtual environment.
- copy and replace all files in this folder to the new folder.
- create your plugin using
nb plugin create. - writing your plugins under
src/pluginsfolder. - run your bot using
nb run --reload.
See Docs