Avoid deleting messages from the store if they're not webhooks
This commit is contained in:
@@ -80,7 +80,7 @@ namespace PluralKit.Bot
|
||||
|
||||
.AddSingleton<IDiscordClient, DiscordShardedClient>(_ => new DiscordShardedClient(new DiscordSocketConfig
|
||||
{
|
||||
MessageCacheSize = 0,
|
||||
MessageCacheSize = 10,
|
||||
ExclusiveBulkDelete = true
|
||||
}))
|
||||
.AddSingleton<Bot>()
|
||||
|
Reference in New Issue
Block a user