/Detritus-Discord-Bot-Typescript

A Discord bot template made using Detritus library in Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Detritus-Discord-Bot-Typescript

A Discord bot template made using Detritus library

Commands & Events

Add your commands at commands folder. Add your events at events folder. Refer ready event for more info.

Setup

  • Rename sample.env to .env and fill the values.
  • Install Node.js 18 or newer.
  • Install Dependencies
npm install
  • For testing, run:
npm run dev
  • For production, run:
npm run build
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT