-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update permCheck.ts Allows users to check member perms before using specific sub command groups, sub commands, and options! * edit: permCheck - revert back to a function Reverted permCheck back to a function to avoid breaking changes. * edit: permCheck.ts Remove console logs * formatting permCheck.ts * edit: Update permCheck.ts Fixed overall formatting simplified ephemeral booleans No longer destructuring interaction from ctx fixed in guild from not fully returning controller.stop() remove `no_guild` function in favor of hard coding imported type CommandType * edit: Update permCheck.ts Remove ALL destructures `({ ctx })` --> `(ctx)` * edit: Update permCheck.ts edit response for not being in guild * edit: permCheck - assigned to object Remove all breaking changes while maintaining integrity of new features as well as original! * edit: permCheck - remove un-needed code. Thanks to Duro for simplifying the code into one function! --------- Co-authored-by: Jacob Nguyen <[email protected]>
- Loading branch information
1 parent
e3b4265
commit 21d18bb
Showing
1 changed file
with
242 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters