mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-19 17:03:47 +05:00
refactor: removed unusable typings
This commit is contained in:
parent
8a4256159d
commit
fb060a35f4
1 changed files with 0 additions and 2 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -41,8 +41,6 @@ export interface CommandContext<_T extends Interaction, _Cached extends CacheTyp
|
|||
|
||||
export interface CommandOptions {
|
||||
devOnly?: boolean;
|
||||
userPermissions?: PermissionsString | PermissionsString[];
|
||||
botPermissions?: PermissionsString | PermissionsString[];
|
||||
}
|
||||
|
||||
export interface CommandFileObject {
|
||||
|
|
Loading…
Reference in a new issue