Function initAntibot

  • Parameters

    • room: RoomObject

    Returns (() => {
        isCustom: boolean;
        stadium: string;
    })

      • (): {
            isCustom: boolean;
            stadium: string;
        }
      • Returns {
            isCustom: boolean;
            stadium: string;
        }

        • isCustom: boolean
        • stadium: string

Generated using TypeDoc