Skip to content

Commit

Permalink
Disable "/coinflipbetbug" April Fools command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Apr 2, 2024
1 parent f68e99c commit 719fb20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ class UnleashedCommandManager(val loritta: LorittaBot, val languageManager: Lang
register(EmojiFightCommand(loritta))
register(RaffleCommand(loritta))
register(BrokerCommand(loritta))
register(CoinFlipBetBugCommand(loritta))
// April Fools
// register(CoinFlipBetBugCommand(loritta))

// ===[ DREAMLAND ]===
if (loritta.config.loritta.environment == EnvironmentType.CANARY)
Expand Down

0 comments on commit 719fb20

Please sign in to comment.