Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cut0x/template-discord-bot
A template for start an handling discord's bot
https://github.com/cut0x/template-discord-bot
bot-discord discord-bot-template discord-js discordjs-bot
Last synced: 5 days ago
JSON representation
A template for start an handling discord's bot
- Host: GitHub
- URL: https://github.com/cut0x/template-discord-bot
- Owner: Cut0x
- Created: 2023-04-11T16:07:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T02:52:45.000Z (about 1 year ago)
- Last Synced: 2024-12-15T23:34:28.111Z (about 2 months ago)
- Topics: bot-discord, discord-bot-template, discord-js, discordjs-bot
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Make a Discord bot simply !
This template allows you to start your bot with a complete infrastructure !# Tutorial
***More up to date video with the new code!***
[![Bannière](http://img.youtube.com/vi/LLTMeutpcyw/0.jpg)](https://www.youtube.com/watch?v=LLTMeutpcyw "FR - Faire un bot #discord (v14) 🖥️")# Ressources
simple-djs-handler, discord.js, path, fs# Install modules
```bash
npm install
```# Where to configure the bot?
You have to go to the redirect `./data/config.js` (Click here !) to edit the build file as below:
```js
module.exports = {
bot: {
token: "token_of_your_app",
client_id: "id_of_your_app",
owner_bot: "your_discord_id",
maintenance: false // put true if you want only you can do the orders
}
};
```# How start the bot ?
All you have to do is type the following code into the terminal
```bash
node main
```# Are you having a problem ? the code does not work ?
Contact me by my private messages Twitter or Instagram with all the information (the complete error in READABLE image).
You can also contact me through the message category of the project !