Parent Directory
|
Revision Log
|
Patch
revision 241 by rakin, Mon Jul 29 17:29:10 2024 UTC | revision 242 by rakin, Mon Jul 29 17:29:10 2024 UTC | |
---|---|---|
# | Line 19 ChannelLock.init({ | Line 19 ChannelLock.init({ |
19 | }, | }, |
20 | guild_id: { | guild_id: { |
21 | type: DataTypes.STRING, | type: DataTypes.STRING, |
22 | allowNull: false | |
23 | }, | }, |
24 | channel_id: { | channel_id: { |
25 | type: DataTypes.STRING, | type: DataTypes.STRING, |
26 | unique: true | unique: true, |
27 | allowNull: false | |
28 | }, | |
29 | role_id: { | |
30 | type: DataTypes.STRING, | |
31 | allowNull: false | |
32 | }, | }, |
33 | previous_perms: { | previous_perms: { |
34 | type: DataTypes.JSON, | type: DataTypes.JSON, |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |