Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miliomos/discordjs-guide
A discord bot followed the official guide of discord.js.
https://github.com/miliomos/discordjs-guide
discord discord-bot discord-js discordjs-v14 djs djs-handler djs-v14
Last synced: 19 days ago
JSON representation
A discord bot followed the official guide of discord.js.
- Host: GitHub
- URL: https://github.com/miliomos/discordjs-guide
- Owner: miliomos
- Created: 2024-11-12T13:08:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T10:40:32.000Z (3 months ago)
- Last Synced: 2025-01-25T17:34:20.465Z (19 days ago)
- Topics: discord, discord-bot, discord-js, discordjs-v14, djs, djs-handler, djs-v14
- Language: JavaScript
- Homepage: https://miliomos.hu
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discord.js v14 Bot
The handler based on the official discord.js guide.
## 🚀 Getting Started
- Requirements, please install theese things
- [NodeJS](https://nodejs.org/en)
- [Any code editor, i prefer Visual Studio Code](https://code.visualstudio.com/)- Open the terminal and run the following commands
```
git clone https://github.com/miliomos/discordjs-guide
cd discord-js-bot
npm install
```- Wait for all the dependencies to be installed
- Rename `.env.example` to `.env` and fill the values
- Type `node .` to start the botIf you need any additional help, add me on discord. (miliomos)