masatsu.ts
v0.1.5
Published
Discord.js Bot Framework Written in Typescript
Downloads
1
Maintainers
Readme
Masatsu Framework - Alpha
DISCLAIMER: THIS FRAMEWORK IS IN ALPHA AND IS BEING WORKED ON
Goals
Goal 1: Easy to pickup, it should not change fundamentally how discord.js works, everything which works in Discord.js should work in this framework as well
Goal 2: Reduce Boilerplate, all bots have a certain amount of shared functionality, this framework should do all of this so the developer can focus on developing their bot
Setup
Coming soon
Features
- [x] Event Handling
- [X] Command Handling
- Slash commands only for now
- [x] Automatic Intents
- [x] Test Mode
- This only make the bot usable from the test servers only
- [X] Built-in Logging
- This is powered by Signale
Future Goals
- [ ] Per Server Configurationr
- [ ] Built-in Permissions System
- [ ] Legacy Commands
- [ ] Plugin System
- [ ] Custom Logger + Changeable with other loggers
