UNPKG

msg.ts

Version:

MSG is the framework for make discord bot easily

55 lines (38 loc) 1.25 kB
0.5.0 / 2021-6-11 ================== * docs: renew README.md * add CONTRIBUTING.md * add logo 0.4.0 / 2021-6-11 ================== * add ctx.send() method as shortcut for ctx.msg.channel.send() * add ctx.reply() method as shortcut for ctx.msg.reply() * updated the examples in the README.md and examples/ folder to use the new features. 0.2.1 / 2021-05-27 ================== * docs: add example in README.md that explains about how to use MSG.bot, MSG.indent, MSG.subCall 0.2.0 / 2021-05-21 ================== * fix HISTORY.md files mistakes * add types.d.ts * add subCall, indent functions * add CondCommand class * add .indent() method in Bot class * update example.js file to use new features 0.1.4 / 2021-05-19 ================== * patch the 'dist/index.js' is not found issue 0.1.3 / 2021-05-19 ================== * changed addCommand() method into that could be passing multiple arguments * add addCommand() method to Bot class too 0.1.2 / 2021-05-15 ================== * remove tests folder really sure 0.1.1 / 2021-05-15 ================== * remove tests folder from the group that published * add HISTORY.md file 0.1.0 / 2021-05-15 ================== * Initial release