Skip to content

Commit 68f1839

Browse files
authored
Merge pull request #163 from hechfx/patch-1
Update FoxyCommandManager.kt
2 parents 52464ab + 42ed428 commit 68f1839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foxy/src/main/kotlin/net/cakeyfox/foxy/command/FoxyCommandManager.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class FoxyCommandManager(private val foxy: FoxyInstance) {
8080
register(FateCommand())
8181
register(CancelCommand())
8282
register(RateWaifuCommand())
83-
register(RussianRouletteCommand())
83+
// register(RussianRouletteCommand())
8484

8585
/* ---- [Social] ---- */
8686
register(AboutMeCommand())
@@ -97,4 +97,4 @@ class FoxyCommandManager(private val foxy: FoxyInstance) {
9797
/* ---- [Staff] ---- */
9898
register(ServerInviteCommand())
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)