Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 !