Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 620 Bytes

DiscordJS-bot-template

This is a simple Discord bot template using discord.js v14 This is not a complete featured bot, it is up to you to make your own commands & functionnalities for it

Steps to install

  • Clone the repo with git clone https://github.com/Nininanou16/DiscordJS-bot-template
  • Make sure you are running NodeJS 16.9 or newer by running node -v
  • If you are not, download NodeJS
  • Create a .env file from the .env.example, insert your discord token from your discord developer portal
  • Run the bot with node . And you are good to go :)