Skip to content

Commit

Permalink
Disable LoriCoolCards event upsell while it is in hiatus
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Dec 31, 2024
1 parent 60702bb commit 0e9cf57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ object SonhosUtils {
loritta: LorittaBot,
i18nContext: I18nContext
): Button? {
// This is disabled while the event is in hiatus
if (true)
return null

val now = Instant.now()

// TODO: Remove this later!
Expand Down

0 comments on commit 0e9cf57

Please sign in to comment.