Skip to content

Commit

Permalink
Stuff that I forgot to commit (yay)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 12, 2024
1 parent 19520be commit 15e2073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ sealed class LorittaInternalRPCRequest {
val message: String
)
}

@Serializable
data class DailyShopRefreshedRequest(val dailyShopId: Long) : LorittaInternalRPCRequest()
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ sealed class LorittaInternalRPCResponse {

@Serializable
data class BlueskyPostRelayResponse(val notifiedGuilds: List<Long>) : LorittaInternalRPCResponse()

@Serializable
data object DailyShopRefreshedResponse : LorittaInternalRPCResponse()
}

0 comments on commit 15e2073

Please sign in to comment.