Files
discordeno/examples
Fleny f7a7a8d13d Really small refactor & eslint fixes (bigbot template)
This is to make my life less miserable at a later time
2024-06-08 18:25:02 +02:00
..
2024-06-07 22:54:44 +02:00
2024-06-08 17:06:18 +02:00
2024-06-07 22:52:57 +02:00
2024-06-08 17:06:18 +02:00

Discordeno Bot Templates

In this directory you will find some example bots written using Discordeno.

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

Advanced

A bit more complex bot compared to minimal or beginner but still very small bot to show how to use discordeno to create bots

BigBot

Log Image

The BigBot template is intended for more complex systems that need scaling.