Skip to content

Instantly share code, notes, and snippets.

View Backiscute's full-sized avatar

Back Backiscute

View GitHub Profile
@Backiscute
Backiscute / color-picker.tsx
Last active May 5, 2025 19:50
shadcn color picker - adapted from kibo-ui but now its actually easy to use and works
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";
@Backiscute
Backiscute / EULA.txt
Created May 14, 2023 22:10
StumbleOutside's EULA
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.
@Backiscute
Backiscute / Privacy Policy.txt
Last active May 14, 2023 22:08
StumbleOutside's Privacy Policy
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.