mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Avoid deleting messages from the store if they're not webhooks
This commit is contained in:
parent
423d23faf7
commit
aa04d2055e
2 changed files with 5 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace PluralKit.Bot
|
|||
|
||||
.AddSingleton<IDiscordClient, DiscordShardedClient>(_ => new DiscordShardedClient(new DiscordSocketConfig
|
||||
{
|
||||
MessageCacheSize = 0,
|
||||
MessageCacheSize = 10,
|
||||
ExclusiveBulkDelete = true
|
||||
}))
|
||||
.AddSingleton<Bot>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue