selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
CommandNotFoundEvent
selery
event
node
command
Undocumented in source.
final
class
CommandNotFoundEvent :
CommandEvent
{
this
(CommandSender sender, string command);
string
command
[@property getter];
}
Constructors
this
this
(CommandSender sender, string command)
Undocumented in source.
Members
Properties
command
string
command
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From CommandEvent
__anonymous
mixin
Cancellable
.
Implementation
Undocumented in source.
Meta
Source
See Implementation
selery
event
node
command
classes
CommandEvent
CommandFailedEvent
CommandNotFoundEvent