Skip to content

Commit

Permalink
refactor: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuimarudev committed Feb 19, 2024
1 parent cc4af96 commit 7771723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ model Dictionary {
read String
@@unique([guildId, word])
}
}
1 change: 1 addition & 0 deletions src/handlers/voiceStateUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default async ({
) {
if (data.guild_id && data.session_id && data.user_id) {
adapters.get(data.guild_id)?.onVoiceStateUpdate(data);

if (!data.channel_id) {
if (room) {
await __catch([
Expand Down

0 comments on commit 7771723

Please sign in to comment.