https://github.com/sebenns/tsbot-framework
Discord Bot Framework written in TypeScript. Wrapper around DiscordJs, supporting easy commands and events.
https://github.com/sebenns/tsbot-framework
bot discord discord-bot-framework discord-js discord-ts-bot discordbot discordjs framework javascript pride typescript
Last synced: 16 days ago
JSON representation
Discord Bot Framework written in TypeScript. Wrapper around DiscordJs, supporting easy commands and events.
- Host: GitHub
- URL: https://github.com/sebenns/tsbot-framework
- Owner: sebenns
- License: apache-2.0
- Created: 2020-03-04T23:42:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T23:57:42.000Z (about 3 years ago)
- Last Synced: 2025-06-23T01:11:46.956Z (11 months ago)
- Topics: bot, discord, discord-bot-framework, discord-js, discord-ts-bot, discordbot, discordjs, framework, javascript, pride, typescript
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# TSBot - Discord Botframework
**Important**: This project is due to changes in the structure of commands **outdated**. You still can re-write the core and use it with the new slash commands at ease. It's pretty simple. If you need any help, just hit me up. Otherwise have a look on the **Synergy of Serra** Discord Server, my new Wrapper Jasmine is in use there.
With the TSBot Framework you can create your own bot. Use the already existing commands and add new ones with ease
by drag'n'drop. The framework takes over the basic functionality for you and allows you to concentrate more on your own masterpiece.
### Features
- Your own Bot, and it's completely customizable :sunglasses:
- Profit from existing commands
- Add new commands at runtime of your bot by drag'n'drop :fire:
- You need a better event handling? No Problem!
- It's OpenSource, participate and extend it.