sendMessage

open fun sendMessage(manager: CommandManager, key: Messages, replacements: Array<String>)(source)

Send a message to the guild

Parameters

manager

get the manager to send custom messages

key

the message to send

replacements

any args we need to handle


open fun sendMessage(message: String)(source)

Send a message to the guild

Parameters

message

the message to send