You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
A MixedCommand class that can represent either a RegularCommand or SlashCommand, allowing for usage of the same command but with both command methods.
A CommandRequest class would also need to be made to represent the MixedCommand's trigger. This class would contain references to the underlying message or interaction but would also contain the common properties and methods that both objects share.
The text was updated successfully, but these errors were encountered:
⚡ Describe the New Feature
A
MixedCommand
class that can represent either aRegularCommand
orSlashCommand
, allowing for usage of the same command but with both command methods.A
CommandRequest
class would also need to be made to represent theMixedCommand
's trigger. This class would contain references to the underlying message or interaction but would also contain the common properties and methods that both objects share.The text was updated successfully, but these errors were encountered: