moaxaca / code-den-discord-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Den Discord Bot

Getting Started

Prerequisites

  • Have Nodejs installed v16+

Running The Bot

First you will need to configure the application to your bots configurations. You will need to get these credentials from your bots discord developer portal.

  • Client ID
  • Token
  • Guild ID (Server ID)

Discords documentation is fairly good at explaining all this please follow there docs found here

Once all the configurations have been setup run this command:

yarn watch

To build & run the production bundle follow these commands:

yarn build 
yarn start 

Test Suite

TODO

About


Languages

Language:TypeScript 82.2%Language:JavaScript 13.7%Language:Shell 4.0%