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.InfoCommand
|
||||||
import de.steamwar.commands.database.ResetCommand
|
import de.steamwar.commands.database.ResetCommand
|
||||||
import de.steamwar.commands.user.UserCommand
|
import de.steamwar.commands.user.UserCommand
|
||||||
import de.steamwar.commands.user.UsesrInfoCommand
|
import de.steamwar.commands.user.UserInfoCommand
|
||||||
|
|
||||||
fun main(args: Array<String>) = SteamWar()
|
fun main(args: Array<String>) = SteamWar()
|
||||||
.subcommands(
|
.subcommands(
|
||||||
DatabaseCommand().subcommands(InfoCommand(), ResetCommand()),
|
DatabaseCommand().subcommands(InfoCommand(), ResetCommand()),
|
||||||
UserCommand().subcommands(UsesrInfoCommand())
|
UserCommand().subcommands(UserInfoCommand())
|
||||||
)
|
)
|
||||||
.main(args)
|
.main(args)
|
||||||
Reference in New Issue
Block a user