0.1.5 • Published 3 years ago

masatsu.ts v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  • Event Handling
  • Command Handling
    • Slash commands only for now
  • Automatic Intents
  • Test Mode
    • This only make the bot usable from the test servers only
  • Built-in Logging

Future Goals

  • Per Server Configurationr
  • Built-in Permissions System
  • Legacy Commands
  • Plugin System
  • Custom Logger + Changeable with other loggers