Fix clashes on merge

This commit is contained in:
Him188 2020-08-20 19:51:34 +08:00
parent 8d2009d273
commit f862f575d7

View File

@ -153,9 +153,6 @@ public interface CommandManager {
override suspend fun CommandSender.executeCommand(message: MessageChain): Command? =
CommandManagerImpl.run { executeCommand(message) }
override val commandPrefix: String
get() = CommandManagerImpl.commandPrefix
override suspend fun Command.execute(
sender: CommandSender,
args: MessageChain,