Skip to content

A discord bot template written in Javascript with the Discord.js npm package.

Notifications You must be signed in to change notification settings

EmirhanTr3/Discord-Bot-Template-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the bot?

If you do not have node.js installed you can install it from here.

First of all you need to install the required packages.

  • Run npm init in your terminal.
  • Run npm install in your terminal.

And you can run the bot with the commands below.

  • node . to run the bot without deploying the commands.
  • npm run deploy to deploy the commands and run the bot

Do not forget

Put your bot token and client id (this is the same thing as the bot user id) in the config.json file.

About

A discord bot template written in Javascript with the Discord.js npm package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published