Make Lua CommandContext use a ChannelRef (#5184)
This commit is contained in:
@@ -35,7 +35,7 @@ enum class EventType {
|
||||
/**
|
||||
* @lua@class CommandContext
|
||||
* @lua@field words string[] The words typed when executing the command. For example `/foo bar baz` will result in `{"/foo", "bar", "baz"}`.
|
||||
* @lua@field channel_name string The name of the channel the command was executed in.
|
||||
* @lua@field channel Channel The channel the command was executed in.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user