ghostdevv / jellycommands

A command handler for Discord.js
https://jellycommands.dev
MIT License
21 stars 5 forks source link

Component Inheritance & Base Context #223

Open ghostdevv opened 4 days ago

ghostdevv commented 4 days ago

Having common bases for components may allow us to better organise them. Ideas:

Somewhat related to RunnableComponent having a common ComponentContext object, and a way of getting it would be ideal for changes to it. This ties in nicely to #225 too