From ea41892fef208b10c1bb322de7683c39ebab3dd5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:01:01 +0100 Subject: :wrench: build --- dist/models/Emoji.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dist/models/Emoji.d.ts (limited to 'dist/models/Emoji.d.ts') diff --git a/dist/models/Emoji.d.ts b/dist/models/Emoji.d.ts new file mode 100644 index 00000000..e2f639db --- /dev/null +++ b/dist/models/Emoji.d.ts @@ -0,0 +1,12 @@ +export interface Emoji { + allNamesString: string; + animated: boolean; + available: boolean; + guildId: bigint; + id: bigint; + managed: boolean; + name: string; + require_colons: boolean; + url: string; + roles: []; +} -- cgit 1.5.1