DisBot
    Preparing search index...
    default: {
        execute: (
            interaction: ChatInputCommandInteraction,
            client: ExtendedClient,
        ) => Promise<void>;
        options: {
            botPermissions: bigint[];
            cooldown: number;
            isGuildOwner: boolean;
            once: boolean;
            permission: PermissionType;
            userHasOnePermission: boolean;
            userPermissions: bigint[];
        };
        subCommand: string;
    }

    Type Declaration

    • execute: (
          interaction: ChatInputCommandInteraction,
          client: ExtendedClient,
      ) => Promise<void>
    • options: {
          botPermissions: bigint[];
          cooldown: number;
          isGuildOwner: boolean;
          once: boolean;
          permission: PermissionType;
          userHasOnePermission: boolean;
          userPermissions: bigint[];
      }
    • subCommand: string