laggron42 / Laggrons-Dumb-Cogs

Cogs for Red-DiscordBot made by Laggron
https://discord.gg/WsTGeQM
GNU General Public License v3.0
53 stars 51 forks source link

instantcmd: deleted snippets are not fully deleted until cog reload #208

Open laggron42 opened 1 year ago

laggron42 commented 1 year ago

All code snippets are stored in a cached list under the cog's class. When a code snippet is deleted, it is removed from config, but not from the cache.

List is hardly accessible from the view class, so this would require a few tricks.