Remove message content intent check due to false positives

This commit is contained in:
Tyrrrz
2022-10-08 15:35:06 +03:00
parent 8695942328
commit 2259f19c44
3 changed files with 1 additions and 19 deletions

View File

@@ -41,7 +41,4 @@ Failed to perform an HTTP request.
internal static DiscordChatExporterException ChannelIsEmpty() =>
new("No messages found for the specified period.");
internal static DiscordChatExporterException MessageContentIntentMissing() =>
new("Failed to retrieve message content because the bot doesn't have the Message Content Intent enabled.");
}