266 B
266 B
NothBot
How to start
- generate project using
nb create
. - create your plugin using
nb plugin create
. - writing your plugins under
src/plugins
folder. - run your bot using
nb run --reload
.
Documentation
See Docs