Skip to content

botsocket/plugin-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Development

Boilerplate for BotSocket plugin development

How to start

  • Clone this repository
  • Copy example.env to .env
  • Run npm install
  • Copy plugins/example to plugins/your-plugin
  • Start the development bot using npm run start:dev

How to pack your plugin

  • cd src/plugins/your-plugin
  • npm pack
  • Submit a new version using generated .tgz file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published