mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-22 03:41:05 -05:00
Some work on channel-gating
This commit is contained in:
@@ -5,10 +5,10 @@ import { Guild } from './Guild';
|
||||
@Entity()
|
||||
export class Channel extends BaseEntity {
|
||||
@PrimaryColumn()
|
||||
id: string;
|
||||
id: number;
|
||||
|
||||
@Column({
|
||||
default: true,
|
||||
default: false,
|
||||
})
|
||||
listen: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user