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