diff options
Diffstat (limited to 'src/util/entities/VoiceState.ts')
-rw-r--r-- | src/util/entities/VoiceState.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/VoiceState.ts b/src/util/entities/VoiceState.ts index baf2c687..23cab248 100644 --- a/src/util/entities/VoiceState.ts +++ b/src/util/entities/VoiceState.ts @@ -42,7 +42,7 @@ export class VoiceState extends BaseClass { // @ManyToOne(() => Member, { // onDelete: "CASCADE", // }) - //TODO find a way to make it work without breaking Guild.voice_states + //TODO: find a way to make it work without breaking Guild.voice_states member: Member; @Column() |