Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yumikodev/discord.js-bot

A bot for Discord using Node.js and Discord.js v14
https://github.com/yumikodev/discord.js-bot

command-handler discord-bot discord-js discord-js-v14 discordjs event-handler javascript node-js slash-commands slash-commands-handler

Last synced: about 19 hours ago
JSON representation

A bot for Discord using Node.js and Discord.js v14

Awesome Lists containing this project

README

        

# discord.js-bot

Creado por [Yasu Yumiko#5285](https://yasuyumiko.ml)

## Sobre

Este es un bot para Discord, desarrollado con [Node.js](https://nodejs.org) y [Discord.js](https://npmjs.com/package/discord.js) en su versión 14

## Instalación

- Ir a `./src/config/config.js` y configurarlo para evitar errores.
- [Discord.js](https://npmjs.com/package/discord.js) requiere [Node.js](https://nodejs.org) v16.9 o superior para funcionar.
- `npm install` para instalar los paquetes/dependecias.
- `npm run slash` para construir y actualizar los Slash Commands.
- `npm start` para iniciar el bot
- Si quiere que los Slash Commands sean globales, valla a `./src/build.js` y cambien `Routes.applicationGuildCommands` por `Routes.applicationCommands` [(leer mas)](https://discordjs.guide/interactions/slash-commands.html#global-commands)
- Puede cambiar la Presencia de su bot en `./src/events/readyClient.js`

## Caracteristicas

- Event Handler
- Command Handler
- Slash Command Handler

## Enlaces

- [Github](https://github.com/yumiko0828)
- [Twitter](https://twitter.com/yumiko0828_)
- [Instagram](https://www.instagram.com/yumiko0828_)
- [npm](https://npmjs.com/~yumiko0828)
- [Website](https://yasuyumiko.ml)

## Gracias por usar esto.