Skip to content

expdani/karmabot

Repository files navigation

About

It's a simple TypeScript written Discord.JS v14 bot you can easily add commands. It automaticly updates the slash commands with the Discord API.

How to use

Creating a command

To create a new command, you can simply create a new TypeScript file in the commands folder. You can use whatever name you like. See echo.ts as an example.

Creating an event

To create a new event, see the Discord.JS Client documentation for available events and create a new TypeScript file in the events folder with event name. For example: createInteraction.ts or ready.ts.

Requirements

Getting started

  1. yarn
  2. cp .env-example .env and update the values
  3. yarn dev

More information can be found at: https://discordjs.guide/

About

A Discord bot mainly used for karma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published