Skip to content

JerimiahOfficial/Discord-Bot-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Bot-Base

A simple discord bot base to serve as a foundation for anyone's discord bot. This project includes examples for commands and events for you discord bot.

Project dependencies

Bun is an all-in-one toolkit for JavaScript and TypeScript apps.

Creating bot

You can create your bot through the Developer Portal. You will also find your bot token and application id.

Setting up the bot

  1. Provide your bot token and id inside the .env file.
  2. bun install
  3. bun run .\source\helpers\Register.ts
  4. bun run .\source\index.ts