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

    Type Declaration

    • options: {
          botPermissions: bigint[];
          cooldown: number;
          isGuildOwner: boolean;
          once: boolean;
          userHasOnePermission: boolean;
          userPermissions: bigint[];
      }
    • subCommand: string
    • execute: function