summary refs log tree commit diff
path: root/src/util/entities/VoiceState.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/entities/VoiceState.ts')
-rw-r--r--src/util/entities/VoiceState.ts2
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()