summary refs log tree commit diff
path: root/src/util/schemas/VoiceStateUpdateSchema.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 05:18:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f (patch)
tree69d68d640c4ac2946b118591f02de9d3c24fb29b /src/util/schemas/VoiceStateUpdateSchema.ts
parentAdd sqlite migration for plugin settings (diff)
downloadserver-7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f.tar.xz
Cleanup, reformat, fix some todos, git hook
fixup! Cleanup, reformat, fix some todos, git hook
Diffstat (limited to 'src/util/schemas/VoiceStateUpdateSchema.ts')
-rw-r--r--src/util/schemas/VoiceStateUpdateSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/VoiceStateUpdateSchema.ts b/src/util/schemas/VoiceStateUpdateSchema.ts

index ea286b1a..0dec6383 100644 --- a/src/util/schemas/VoiceStateUpdateSchema.ts +++ b/src/util/schemas/VoiceStateUpdateSchema.ts
@@ -6,7 +6,7 @@ export const VoiceStateUpdateSchema = { self_video: Boolean }; -//TODO need more testing when community guild and voice stage channel are working +//TODO: need more testing when community guild and voice stage channel are working export interface VoiceStateUpdateSchema { channel_id: string; guild_id?: string;