createCommand

fun createCommand(name: String, permission: Permission): RawCommandBuilder

Deprecated

Use BasicsModule#commandFactory instead

Replace with

commandFactory.rawCommandBuilder(name, permission)