notsads / Givew

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 99.0%Language:Nix 1.0%