seyfert
    Preparing search index...

    Variable configConst

    config: {
        bot(
            data: Omit<InternalRuntimeConfig, "intents"> & {
                intents?: number | number[] | IntentStrings;
            },
        ): InternalRuntimeConfig;
        http(data: RuntimeConfigHTTP): InternalRuntimeConfigHTTP;
    } = ...

    Type declaration

    • bot: function
      • Configurations for the bot.

        Parameters

        • data: Omit<InternalRuntimeConfig, "intents"> & {
              intents?: number | number[] | IntentStrings;
          }

          The runtime configuration data for gateway connections.

        Returns InternalRuntimeConfig

        The internal runtime configuration.

    • http: function
      • Configurations for the HTTP server.

        Parameters

        Returns InternalRuntimeConfigHTTP

        The internal runtime configuration for HTTP.