Constructors

Methods

  • Parameters

    • __namedParameters: {
          auth: string;
          games?: {
              channelId?: null | string;
              id: null | string;
              liveNotifications?: null | boolean;
              roleId?: null | string;
              webhook?: null | {
                  avatarUrl?: null | string;
                  username?: null | string;
              };
          }[];
          guildId: string;
          kickChannelId?: null | string;
          kickEnabled?: boolean;
          kickLiveNotificationChannelId?: null | string;
          kickLiveNotificationRoleId?: null | string;
          kickRoleId?: null | string;
          liveNotifications?: boolean;
          twitchChannelId?: null | string;
          twitchEnabled?: boolean;
          twitchLiveNotificationChannelId?: null | string;
          twitchLiveNotificationRoleId?: null | string;
          twitchRoleId?: null | string;
          webhook?: null | {
              avatarUrl?: null | string;
              username?: null | string;
          };
      }
      • auth: string
      • Optionalgames?: {
            channelId?: null | string;
            id: null | string;
            liveNotifications?: null | boolean;
            roleId?: null | string;
            webhook?: null | {
                avatarUrl?: null | string;
                username?: null | string;
            };
        }[]
      • guildId: string
      • OptionalkickChannelId?: null | string
      • OptionalkickEnabled?: boolean
      • OptionalkickLiveNotificationChannelId?: null | string
      • OptionalkickLiveNotificationRoleId?: null | string
      • OptionalkickRoleId?: null | string
      • OptionalliveNotifications?: boolean
      • OptionaltwitchChannelId?: null | string
      • OptionaltwitchEnabled?: boolean
      • OptionaltwitchLiveNotificationChannelId?: null | string
      • OptionaltwitchLiveNotificationRoleId?: null | string
      • OptionaltwitchRoleId?: null | string
      • Optionalwebhook?: null | {
            avatarUrl?: null | string;
            username?: null | string;
        }

    Returns Promise<WebResponse<GuildDropsData>>