This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ComponentProps, createContext, HTMLAttributes, ReactNode, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react"; | |
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; | |
import { Input } from "@/components/ui/input"; | |
import { Button } from "@/components/ui/button"; | |
import { cn } from "@/lib/utils"; | |
import { Range, Root, Track, Thumb } from "@radix-ui/react-slider"; | |
import { PipetteIcon } from "lucide-react"; | |
import Color, { ColorLike } from "color"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
End-User License Agreement (EULA) for Discord Bot | |
Last updated: 2023-05-14T22:10:05.918Z | |
PLEASE READ THE FOLLOWING TERMS AND CONDITIONS CAREFULLY BEFORE USING THE DISCORD BOT. BY USING THE DISCORD BOT, YOU ACKNOWLEDGE THAT YOU HAVE READ, UNDERSTOOD, AND AGREE TO BE BOUND BY THE TERMS AND CONDITIONS SET FORTH BELOW. | |
Definitions: | |
"Discord Bot" refers to the bot developed and operated by IStumbledTooHardGuys for use within your Discord server. | |
"User" refers to any individual who interacts with or uses the Discord Bot within your Discord server. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last updated: 2023-05-14T22:01:33.460Z | |
PLEASE READ THE FOLLOWING PRIVACY POLICY CAREFULLY BEFORE USING THE DISCORD BOT. BY USING THE DISCORD BOT, YOU ACKNOWLEDGE THAT YOU HAVE READ, UNDERSTOOD, AND AGREE TO THE TERMS AND CONDITIONS SET FORTH BELOW. | |
IStumbledTooHardGuys is an independent entity and is not affiliated with Scopely or Stumble Guys. | |
Data Collection | |
The Discord Bot collects and processes the following data necessary for its functioning: | |
Discord user IDs: The Discord Bot may collect and store user IDs within your Discord server for identification and authentication purposes. |