mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Abstract away cache. 2 implementations: redis and memory
This commit is contained in:
@@ -862,8 +862,6 @@ unsetmusicchannel:
|
||||
musicquality:
|
||||
- musicquality
|
||||
- mquality
|
||||
imagesreload:
|
||||
- imagesreload
|
||||
stringsreload:
|
||||
- stringsreload
|
||||
shardstats:
|
||||
|
@@ -24,7 +24,7 @@ quotas:
|
||||
# Dictionary of commands with their respective quota data
|
||||
commands:
|
||||
cleverbot:
|
||||
V: null
|
||||
V:
|
||||
prune:
|
||||
X:
|
||||
PerHour: 1
|
||||
|
@@ -1496,10 +1496,6 @@ musicquality:
|
||||
- ""
|
||||
- "High"
|
||||
- "Low"
|
||||
imagesreload:
|
||||
desc: "Reloads images bot is using. Safe to use even when bot is being used heavily."
|
||||
args:
|
||||
- ""
|
||||
stringsreload:
|
||||
desc: "Reloads localized bot strings."
|
||||
args:
|
||||
|
Reference in New Issue
Block a user