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
- Host: GitHub
- URL: https://github.com/brandonhowe/discord-ts-template
- Owner: BrandonHowe
- Created: 2020-08-14T13:57:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T23:55:40.000Z (over 4 years ago)
- Last Synced: 2025-02-08T20:47:44.575Z (about 1 year ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.