1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00

Add boost data to db

This commit is contained in:
wlinator 2024-04-26 06:45:55 -04:00
parent 06403fcbca
commit fbb2349d5d

View file

@ -82,6 +82,8 @@ CREATE TABLE guild_config (
intro_channel_id BIGINT,
welcome_channel_id BIGINT,
welcome_message TEXT,
boost_channel_id BIGINT,
boost_message TEXT,
level_channel_id BIGINT, /* level-up messages, if NULL the level-up message will be shown in current msg channel*/
level_message TEXT, /* if NOT NULL and LEVEL_TYPE = 2, this can be a custom level up message. */
level_message_type TINYINT(1) NOT NULL DEFAULT 1, /* 0: no level up messages, 1: levels.en-US.json, 2: generic message */