Skip to content

Fast and lightweight Discord bot starter written and run in Bun

Notifications You must be signed in to change notification settings

ilhamjaya08/bun-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-discord

A Fast and lightweight Discord bot starter template written and run in Bun

To install dependencies:

bun install

Then add your bot credentials like Token, etc at token.json file, for example

{
    "token": "YOUR_TOKEN"
}

To run:

bun run index.ts

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.

Releases

No releases published

Packages

No packages published