/[sudobot]/trunk/src/models/ChannelLock.ts
ViewVC logotype

Diff of /trunk/src/models/ChannelLock.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 332 by rakin, Mon Jul 29 17:29:35 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 1  Line 1 
1  import { DataTypes, Model } from 'sequelize';  import { Schema, model } from 'mongoose';
 import DiscordClient from '../client/Client';  
 import { Schema, model, Document, SchemaTypes } from 'mongoose';  
2    
3  const schema = new Schema({  const schema = new Schema({
4      reason: {      reason: {

Legend:
Removed from v.332  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26