This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Flam3rboy ea41892fef 🔧 build
2021-02-05 22:01:01 +01:00

13 lines
240 B
TypeScript

export interface Emoji {
allNamesString: string;
animated: boolean;
available: boolean;
guildId: bigint;
id: bigint;
managed: boolean;
name: string;
require_colons: boolean;
url: string;
roles: [];
}