d4n3436 / Fergun

A utility Discord bot written in C# using Discord.Net
MIT License
30 stars 9 forks source link

Implement the optimized message cache #5

Closed d4n3436 closed 3 years ago

d4n3436 commented 3 years ago

This PR replaces the message cache service with an optimized one, adding support to sent messages and including the edited/deleted message cache into a single service.

The optimized message cache will work almost like the default message cache included in Discord.Net, but it will only cache messages from servers that have used at least 1 command in the last x hours.

The edited/deleted message cache will work as before.

Limitations: