mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-16 09:09:30 +02:00
Basic automated tests through the CLI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DiscordChatExporter.Cli.Tests.TestData
|
||||
{
|
||||
public static class ChannelIds
|
||||
{
|
||||
public static string MentionTestCases { get; } = "866458801389174794";
|
||||
|
||||
public static string ReplyTestCases { get; } = "866459871934677052";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user