mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🎨 Update wish simulator diary query name
This commit is contained in:
parent
ce25d8900e
commit
24f54c540f
@ -47,7 +47,7 @@ class GachaDataFound(Exception):
|
||||
class GachaRedis:
|
||||
def __init__(self, redis: RedisDB):
|
||||
self.client = redis.client
|
||||
self.qname = "plugin:gacha:"
|
||||
self.qname = "plugin:wish_simulator:"
|
||||
self.ex = 60 * 60 * 24
|
||||
|
||||
async def get(self, user_id: int) -> PlayerGachaInfo:
|
||||
|
Loading…
Reference in New Issue
Block a user