forked from DiscordBots/lilJudd
chore: removed unused open modifier in IEditButton
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
36f931b919
commit
af15f7eb73
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import dev.kord.core.entity.interaction.ButtonInteraction
|
|||
interface IEditButton {
|
||||
|
||||
val id: String
|
||||
open suspend fun onInteraction(
|
||||
suspend fun onInteraction(
|
||||
interaction: ButtonInteraction,
|
||||
response: PublicMessageInteractionResponseBehavior,
|
||||
guild: Guild,
|
||||
|
|
Loading…
Reference in a new issue