Skip to content

Commit 719fb20

Browse files
Disable "/coinflipbetbug" April Fools command
1 parent f68e99c commit 719fb20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/interactions/commands/UnleashedCommandManager.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ class UnleashedCommandManager(val loritta: LorittaBot, val languageManager: Lang
282282
register(EmojiFightCommand(loritta))
283283
register(RaffleCommand(loritta))
284284
register(BrokerCommand(loritta))
285-
register(CoinFlipBetBugCommand(loritta))
285+
// April Fools
286+
// register(CoinFlipBetBugCommand(loritta))
286287

287288
// ===[ DREAMLAND ]===
288289
if (loritta.config.loritta.environment == EnvironmentType.CANARY)

0 commit comments

Comments
 (0)