More tests

This commit is contained in:
Tyrrrz
2021-07-19 20:35:27 +03:00
parent d735d2acd3
commit ec0494c038
4 changed files with 201 additions and 6 deletions

View File

@@ -2,8 +2,10 @@
{
public static class ChannelIds
{
public static string MentionTestCases { get; } = "866458801389174794";
public static string EmbedTestCases => "866472452459462687";
public static string ReplyTestCases { get; } = "866459871934677052";
public static string MentionTestCases => "866458801389174794";
public static string ReplyTestCases => "866459871934677052";
}
}