(data): Adding support for premium currency.

This commit is contained in:
JetRaidz
2022-02-19 21:00:08 +13:00
parent fde070a052
commit df032a8f78
2 changed files with 17 additions and 3 deletions

View File

@@ -42,9 +42,10 @@ CREATE TABLE global_guild_blacklist(
CREATE TABLE user_config(
userid BIGINT PRIMARY KEY,
timezone TEXT,
topgg_vote_reminder,
topgg_vote_reminder BOOLEAN,
avatar_hash TEXT,
API_timestamp BIGINT
API_timestamp BIGINT,
gems INTEGER DEFAULT 0
);
-- }}}