(topgg): Name and wording tweaks.

This commit is contained in:
2022-01-20 08:07:01 +02:00
parent ef81ab7afe
commit 570c91eb94
5 changed files with 20 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ meta = RowTable(
user_config = RowTable(
'user_config',
('userid', 'timezone', 'remaind_upvote'),
('userid', 'timezone', 'topgg_vote_reminder'),
'userid',
cache=TTLCache(5000, ttl=60*5)
)