WIP: Implementing /nag, /unnag, /checkin
This commit is contained in:
@@ -13,11 +13,8 @@ export class GuildSetting extends Model {
|
||||
|
||||
GuildSetting.init(
|
||||
{
|
||||
guildId: {
|
||||
type: STRING,
|
||||
primaryKey: true,
|
||||
},
|
||||
key: { type: STRING, primaryKey: true },
|
||||
guildId: { type: STRING },
|
||||
key: { type: STRING },
|
||||
value: { type: STRING },
|
||||
},
|
||||
{ sequelize: sql },
|
||||
|
||||
Reference in New Issue
Block a user