Skip to content

Instantly share code, notes, and snippets.

View invertedcaramel's full-sized avatar

invertedcaramel

View GitHub Profile
@invertedcaramel
invertedcaramel / select.ts
Created May 23, 2021 05:07
Discord Bot UI Kit Select
enum ComponentType {
ACTION_ROW,
BUTTON,
SELECT
}
interface Snowflake extends String {}
interface Emoji {
id: Snowflake;