Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 765 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 765 Bytes

Discord.JS v13 bot

This repository is an example of a Discord.JS v13 bot with a simple command handler.

Outdated version

Discord.js v14 has come out, because of this a bot example for this version can be found here.

Installation

Installing the correct packages can be done with the following npm commands.

  npm i

Don't forget to add your bot token inside botconfig.json.

Deployment

To deploy this project run

  npm start

Features

  • Discord.JS v13
  • Command handler

Support

This version is no longer being updated, because of this I no longer offer support. A newer version can be found here