-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slash.ts): import discord and add Guild type for better type chec…
…king feat(slash.ts): add util module import for better utility functions in the codebase feat(slash.ts): add support for ISlashCommand interface to improve type safety feat(slash.ts): add support for process.env.BOT_OWNER for bot owner specific commands feat(slash.ts): add support for guild specific commands and permissions feat(slash.ts): add support for channel types in slash commands for better control feat(slash.ts): add support for user permissions and role restrictions in slash commands feat(slash.ts): add support for guild owner only and bot owner only commands feat(slash.ts): add support for ISlashCommandInteraction interface for better interaction handling feat(slash.ts): add support for validating slash commands with proper logging feat(slash.ts): add support for preparing slash commands with proper validation feat(slash.ts): add support for PermissionsNames type for better permission handling
- Loading branch information
1 parent
73908ab
commit 907c1a4
Showing
3 changed files
with
161 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
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
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