Parent Directory
|
Revision Log
|
Patch
trunk/src/types/Punishment.ts revision 85 by rakin, Mon Jul 29 17:28:32 2024 UTC | trunk/src/models/Punishment.ts revision 86 by rakin, Mon Jul 29 17:28:32 2024 UTC | |
---|---|---|
# | Line 18 Punishment.init({ | Line 18 Punishment.init({ |
18 | type: DataTypes.STRING, | type: DataTypes.STRING, |
19 | allowNull: false, | allowNull: false, |
20 | }, | }, |
21 | mod_tag: { | |
22 | type: DataTypes.STRING, | |
23 | allowNull: false, | |
24 | }, | |
25 | guild_id: { | guild_id: { |
26 | type: DataTypes.STRING, | type: DataTypes.STRING, |
27 | allowNull: false, | allowNull: false, |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |