Add support for stickers (#802)

This commit is contained in:
Oleksii Holub
2022-02-05 16:26:23 -08:00
committed by GitHub
parent d51d0d4872
commit cf83cbd89c
11 changed files with 234 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ public static class ChannelIds
public static Snowflake EmbedTestCases { get; } = Snowflake.Parse("866472452459462687");
public static Snowflake StickerTestCases { get; } = Snowflake.Parse("939668868253769729");
public static Snowflake FilterTestCases { get; } = Snowflake.Parse("866744075033641020");
public static Snowflake MentionTestCases { get; } = Snowflake.Parse("866458801389174794");