Skip to content

Commit 182b444

Browse files
committed
Missing NodeTypes (EMOJI_CUSTOM_ANIMATED, TIMESTAMP)
1 parent a23c122 commit 182b444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord_markdown_ast_parser/parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
"CHANNEL",
2222
"SLASH_COMMAND",
2323
"EMOJI_CUSTOM",
24+
"EMOJI_CUSTOM_ANIMATED",
2425
"EMOJI_UNICODE",
2526
"EMOJI_UNICODE_ENCODED",
2627
"URL_WITH_PREVIEW_EMBEDDED",
2728
"URL_WITHOUT_PREVIEW_EMBEDDED",
2829
"URL_WITH_PREVIEW",
2930
"URL_WITHOUT_PREVIEW",
31+
"TIMESTAMP",
3032
"QUOTE_BLOCK",
3133
"CODE_BLOCK",
3234
"CODE_INLINE",

0 commit comments

Comments
 (0)