Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 7, 2024
1 parent 73d5d2f commit 21db1a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

package dev.kord.core.behavior

import dev.kord.common.entity.Permission.Speak
import dev.kord.common.entity.Permission.UseExternalSounds
import dev.kord.common.entity.Permission.UseSoundboard
import dev.kord.common.entity.Permission
import dev.kord.common.entity.Snowflake
import dev.kord.common.exception.RequestException
import dev.kord.core.behavior.channel.VoiceChannelBehavior
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import dev.kord.core.event.guild.VoiceChannelEffectSentEvent
import dev.kord.core.event.guild.VoiceServerUpdateEvent
import dev.kord.core.event.user.VoiceStateUpdateEvent
import dev.kord.gateway.Event
import dev.kord.gateway.VoiceChannelEffect
import dev.kord.gateway.VoiceEffectSend
import dev.kord.gateway.VoiceServerUpdate
import dev.kord.gateway.VoiceStateUpdate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ public sealed class Intent(

/**
* Enables the following events:
* - [EmojisUpdateEvent]
* - [SoundboardSoundCreatedEvent]
* - [SoundboardSoundUpdateEvent]
* - [SoundboardSoundDeleteEvent]
* - [GuildEmojisUpdate]
* - [GuildSoundboardSoundCreate]
* - [GuildSoundboardSoundUpdate]
* - [GuildSoundboardSoundsUpdate]
* - [GuildSoundboardSoundDelete]
*/
public object GuildExpressions : Intent(3)

Expand Down
9 changes: 5 additions & 4 deletions gateway/src/commonMain/kotlin/Intents.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
"GuildExpressions", shift = 3,
kDoc = """
Enables the following events:
- [EmojisUpdateEvent]
- [SoundboardSoundCreatedEvent]
- [SoundboardSoundUpdateEvent]
- [SoundboardSoundDeleteEvent]
- [GuildEmojisUpdate]
- [GuildSoundboardSoundCreate]
- [GuildSoundboardSoundUpdate]
- [GuildSoundboardSoundsUpdate]
- [GuildSoundboardSoundDelete]
"""
),
Entry(
Expand Down

0 comments on commit 21db1a9

Please sign in to comment.