Метод | Описание | |
---|---|---|
ExecuteCommand ( |
||
ExecuteCommandDiscord ( Discord.Message message ) : void | ||
UserCommand ( string command, string response, int gCooldownSec, int uCooldownSec, bool enabled, bool sendAsStreamer = false ) : Discord |
Метод | Описание | |
---|---|---|
CanExecute ( Viewer viewer ) : bool | ||
NotifyPropertyChanged ( string info ) : void |
public ExecuteCommand ( |
||
message | ||
Результат | void |
public ExecuteCommandDiscord ( Discord.Message message ) : void | ||
message | Discord.Message | |
Результат | void |
public UserCommand ( string command, string response, int gCooldownSec, int uCooldownSec, bool enabled, bool sendAsStreamer = false ) : Discord | ||
command | string | |
response | string | |
gCooldownSec | int | |
uCooldownSec | int | |
enabled | bool | |
sendAsStreamer | bool | |
Результат | Discord |