mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-26 07:52:20 +00:00
Basic automated tests through the CLI
This commit is contained in:
9
DiscordChatExporter.Cli.Tests/TestData/ChannelIds.cs
Normal file
9
DiscordChatExporter.Cli.Tests/TestData/ChannelIds.cs
Normal file
@@ -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