Skip to content

Commit d51ac80

Browse files
committed
I forgot to instance DashboardCommand class
1 parent 42753bc commit d51ac80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class FoxyCommandManager(private val foxy: FoxyInstance) {
8989
register(DblCommand())
9090
register(PingCommand())
9191
register(ServerCommand())
92+
register(DashboardCommand())
9293

9394
/* ---- [Staff] ---- */
9495
register(ServerInviteCommand())

0 commit comments

Comments
 (0)