Español:
- Casi todo tipeado
- Importacion de archivos dinamica
- Tiene un command handler dinamico
- Sistema de recargado para comandos y eventos
- Comandos pre-creados:
/help/ping/reload - Y algunas utilidades necesarias
- Tienes que ejecutar
pnpm install, osinonpm install - Necesitas el token de tu bot de discord, obtenible desde el Discord Developers Webpage
- Renombrar el archivo
.env.examplea.envy rellenarlo - Unir el bot a tu servidor de discord
- Y si quieres testear tus comandos antes de publicarlos globalmente, es recomendable que setees la variable
GUILDIDen el.env, de lo contrario, el bot automaticamente los publicara globalmente (y eso puede tardar 1 hora a veces por los servidores de discord)
English:
- Almost everything typed
- Dynamic files imports
- Dynamic command handler
- Reload system for commands and events
- Pre-build commands:
/help/ping/reload - Some necessary utils
- Run
pnpm install, or elsenpm install - Get your discord bot token from the Discord Developers Webpage
- Rename the
.env.examplefile to.envand fill it - Join the bot to your discord server
- And if you want to test the commands before publishing it globally, it is recommended that you set the
GUILDIDvar in the.env, otherwise the bot will automatically publish them globally (and that can take 1 hour sometimes because of the discord servers)