blocklist

This commit is contained in:
Emily 2020-10-28 23:36:08 +11:00
parent 30a3067a6c
commit 8e8d372b86

View file

@ -10,7 +10,7 @@ CREATE TABLE guilds(
chatlogsChannel bigint DEFAULT NULL,
modlogsChannel bigint DEFAULT NULL,
starboardChannel bigint DEFAULT NULL,
blacklist bigint[] DEFAULT '{}',
blocklist bigint[] DEFAULT '{}',
disabledCommands text[] DEFAULT '{}',
disabledCategories text[] DEFAULT '{}',
PRIMARY KEY (guild_id)