mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
11 lines
313 B
C#
11 lines
313 B
C#
namespace DiscordChatExporter.Cli.Tests.TestData
|
|
{
|
|
public static class ChannelIds
|
|
{
|
|
public static string EmbedTestCases => "866472452459462687";
|
|
|
|
public static string MentionTestCases => "866458801389174794";
|
|
|
|
public static string ReplyTestCases => "866459871934677052";
|
|
}
|
|
} |