Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 719 Bytes

Discord.js Template

A simple Discord.js bot template using loaders.

Usage

The template is fairly simple to use.

  1. Create a Discord Bot on the Discord Developer Portal.
  2. Get the token from the "Bot" page.
  3. Clone the repository with git. git clone https://github.com/at4pm/discordjs-template
  4. Install the dependencies. node install
  5. Put your bot token in "bot_token" of config.json.
  6. Run the start command. node start

Dependencies

discord.js duhh

Contribution

I am not sure why you would want to contribute to this, but create an issue or a pull request if you have anything you want added.

at4pm's Discord.js Bot Template