Skip to content

jwilliams0n/Basic-DiscordJS-Bot-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-DiscordJS-Bot-Template - Updated to DiscordJS v13

Basic discord bot template with basic details of how to install/set up.

All code is contained in the index.js file.

For a bot template including command/event handlers, see Advanced-DisocrdJS-Bot-Template.

For a bot template including automod features, see AutoMod-DiscordJS-Bot-Template.

How to install + set up the bot:

  • Clone repository:
    git clone https://github.com/Joshwgaming/Basic-DiscordJS-Bot-Template
    
  • Configure the bot in config.json:
    {
      "botToken": "your bot token here",
      "prefix": "#"
    }
    
  • Install the required npm modules:
    npm install
    
  • Start your bot:
    node index.js
    
  • Once started, you should see ... successfully logged in. in your terminal.

About

Basic discord bot template. All code is contained in the index.js file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published