An open API service indexing awesome lists of open source software.

https://github.com/brandonhowe/discord-ts-template

A TypeScript template for Discord bots using Gears
https://github.com/brandonhowe/discord-ts-template

Last synced: 12 months ago
JSON representation

A TypeScript template for Discord bots using Gears

Awesome Lists containing this project

README

          

# Discord TS Template

This is a template to make a Discord bot using TypeScript, Discord.JS, and Gears.

## Adding new commands

Adding new commands is simple, use the command builder and place the file in `src/modules/commands`.