Skip to content

Commit

Permalink
Update FoxyCommandManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hechfx authored Feb 11, 2025
1 parent 52464ab commit 42ed428
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FoxyCommandManager(private val foxy: FoxyInstance) {
register(FateCommand())
register(CancelCommand())
register(RateWaifuCommand())
register(RussianRouletteCommand())
// register(RussianRouletteCommand())

/* ---- [Social] ---- */
register(AboutMeCommand())
Expand All @@ -97,4 +97,4 @@ class FoxyCommandManager(private val foxy: FoxyInstance) {
/* ---- [Staff] ---- */
register(ServerInviteCommand())
}
}
}

0 comments on commit 42ed428

Please sign in to comment.