summary refs log tree commit diff
path: root/dist/models/Emoji.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Emoji.d.ts')
-rw-r--r--dist/models/Emoji.d.ts12
1 files changed, 12 insertions, 0 deletions
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: []; +}