Skip to content

Commit 26eb4d7

Browse files
committed
Increase upvote reward to 6.500 Cakes
1 parent 9789e32 commit 26eb4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foxy/src/main/kotlin/net/cakeyfox/foxy/internal/routes/PostUpvoteWebhookRoute.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PostUpvoteWebhookRoute {
4848
}
4949
val discordUser = foxy.shardManager.retrieveUserById(userId).await()
5050
foxy.database.user.addVote(userId)
51-
foxy.database.user.addCakesToUser(userId, 1500)
51+
foxy.database.user.addCakesToUser(userId, 6500)
5252
val userVotes = foxy.database.user.getFoxyProfile(userId).voteCount ?: 0
5353
logger.info { "User ${discordUser.name} / $userId has $userVotes vote(s)" }
5454

0 commit comments

Comments
 (0)