This commit is contained in:
@ -7,11 +7,11 @@ import de.steamwar.commands.database.DatabaseCommand
|
||||
import de.steamwar.commands.database.InfoCommand
|
||||
import de.steamwar.commands.database.ResetCommand
|
||||
import de.steamwar.commands.user.UserCommand
|
||||
import de.steamwar.commands.user.UsesrInfoCommand
|
||||
import de.steamwar.commands.user.UserInfoCommand
|
||||
|
||||
fun main(args: Array<String>) = SteamWar()
|
||||
.subcommands(
|
||||
DatabaseCommand().subcommands(InfoCommand(), ResetCommand()),
|
||||
UserCommand().subcommands(UsesrInfoCommand())
|
||||
UserCommand().subcommands(UserInfoCommand())
|
||||
)
|
||||
.main(args)
|
||||
Reference in New Issue
Block a user