Skip to content

It is a simple template to get started with your Discord Bot with Discord.js Library

License

Notifications You must be signed in to change notification settings

Elitex07/DiscordJSv14-Template

Repository files navigation

DiscordJSv14-Template

It is a simple template to get started with your Discord Bot with Discord.js Library

Startup

  • Create a file named .env.
  • Enter the following details to it:
token="YOUR TOKEN"
mongo="MONGO DB URI [Only required for commands which requires some data to store]"
  • Save the file. Open Terminal in the Project Directory.
  • Run:
npm i
node index.js
  • You are done.

Configuration

  • To change your bot prefix, head to ./Events/Guild/messageCreate.js.
  • At the top of the file, you can manage your prefix

Support

Join one of these Discord Servers, to get support:

Discord Banner 1

Discord Banner 1

About

It is a simple template to get started with your Discord Bot with Discord.js Library

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published