mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
Remove message content intent check due to false positives
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
Reference in New Issue
Block a user