Skip to content

Commit

Permalink
Forgot to commit this
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 6, 2024
1 parent ff54e85 commit c571c8e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package net.perfectdreams.loritta.morenitta.loricoolcards

import kotlinx.serialization.Serializable

@Serializable
sealed class StickerMetadata {
@Serializable
data class DiscordUserStickerMetadata(val userId: Long) : StickerMetadata()
}

0 comments on commit c571c8e

Please sign in to comment.