diff --git a/foxy/src/main/kotlin/net/cakeyfox/foxy/command/FoxyCommandManager.kt b/foxy/src/main/kotlin/net/cakeyfox/foxy/command/FoxyCommandManager.kt index 75ba14e8..2daedd52 100644 --- a/foxy/src/main/kotlin/net/cakeyfox/foxy/command/FoxyCommandManager.kt +++ b/foxy/src/main/kotlin/net/cakeyfox/foxy/command/FoxyCommandManager.kt @@ -80,7 +80,7 @@ class FoxyCommandManager(private val foxy: FoxyInstance) { register(FateCommand()) register(CancelCommand()) register(RateWaifuCommand()) - register(RussianRouletteCommand()) + // register(RussianRouletteCommand()) /* ---- [Social] ---- */ register(AboutMeCommand()) @@ -97,4 +97,4 @@ class FoxyCommandManager(private val foxy: FoxyInstance) { /* ---- [Staff] ---- */ register(ServerInviteCommand()) } -} \ No newline at end of file +}