Skip to content

Commit

Permalink
Fixed vote reminder dm footer and test for queueAfter
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticFyr3 committed May 2, 2024
1 parent 4c65e77 commit f020539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/pokecord/bot/utils/ReminderUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object ReminderUtils {
"voteLink" to "https://top.gg/bot/705016654341472327/vote"
),
embedTemplates.translate("modules.profile.commands.remind.dm.vote.title")
).setFooter("modules.profile.commands.remind.dm.vote.footer").build()
).setFooter(embedTemplates.translate("modules.profile.commands.remind.dm.vote.footer")).build()
).queueAfter(timeRemaining, TimeUnit.MILLISECONDS)
} catch (_: Exception) {
}
Expand Down

0 comments on commit f020539

Please sign in to comment.