refactor: removed unusable typings

This commit is contained in:
Slincnik 2025-01-14 18:34:10 +03:00
parent 8a4256159d
commit fb060a35f4
No known key found for this signature in database

2
src/types.d.ts vendored
View file

@ -41,8 +41,6 @@ export interface CommandContext<_T extends Interaction, _Cached extends CacheTyp
export interface CommandOptions { export interface CommandOptions {
devOnly?: boolean; devOnly?: boolean;
userPermissions?: PermissionsString | PermissionsString[];
botPermissions?: PermissionsString | PermissionsString[];
} }
export interface CommandFileObject { export interface CommandFileObject {