Bumps the npm_and_yarn group with 1 update in the /examples/bigbot directory: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 7.5.3 to 7.5.6 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.3...v7.5.6) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.6 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Discordeno Bot Templates
In this directory you will find some example bots written using Discordeno.
In each template directory you will find more information on how to setup and run the template.
Minimal & Beginner
A very minimal bot with only a /ping command to show how to set-up a discordeno bot for interactions
The beginner template is a bit more complete and has a caching system already setup using the dd-cache-proxy library
Advanced
A more complex bot compared to beginner. It also has a /ping command, but also a /warn command showing how to deal with permissions and sending DMs
This template has a caching system already setup using the dd-cache-proxy library
BigBot
The BigBot template is intended for more complex systems that need scaling.
The template consists of 3 folders with some common files. The template is configured with a REST proxy, the Gateway in a separate process and the Bot code in another.
While the template does not include any caching by default, you can either install dd-cache-proxy and setup it or roll your own solution
