Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yumikodev/discord.js-bot
- Owner: yumikodev
- License: mit
- Created: 2022-04-16T04:18:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T22:54:50.000Z (over 2 years ago)
- Last Synced: 2024-03-07T00:32:17.956Z (12 months ago)
- Topics: command-handler, discord-bot, discord-js, discord-js-v14, discordjs, event-handler, javascript, node-js, slash-commands, slash-commands-handler
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.