- generate project using
nb create
. - create your plugin using
nb plugin create
. - writing your plugins under
mys_bot/plugins
folder. - run your bot using
nb run --reload
.
See Docs
nb create
.nb plugin create
.mys_bot/plugins
folder.nb run --reload
.See Docs