Skip to content

AcoDev/Discord-Bot-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT license Open Source Love svg3

Discord-Bot-Base

This is the base of a Discord Bot in Node.js

First you must create an application in Discord, and thus be able to create the bot and obtain its Token, you can do this from the Discord Developers section:

https://discord.com/developers/

Then you will need to modify the config.json


To start with the bot, run the following command in the terminal:

npm install

This will install the necessary dependencies.

To start the bot so you can start to see how it works and you can learn to develop it on your own, use one of the following commands:

node index.js

or

npm run dev

Have fun programming!

Contributors:

ForTheBadge uses-js ForTheBadge built-with-love

About

This is the base of a Discord Bot in Node.js

Resources

License

Stars

Watchers

Forks