class Worker::CommandCallExecutor::HelpCommand

Defined in:

worker/command_call_executor/help_command.cr

Constant Summary

HELP_SECTIONS = [{name: "_question_mark", inline: false}, {name: "help", inline: false}, {name: "about", inline: true}, {name: "donate", inline: true}, {name: "_musical_sign", inline: false}, {name: "play", inline: false}, {name: "_musical_line_sign", inline: false}, {name: "queue", inline: false}, {name: "leave", inline: true}, {name: "stop", inline: true}, {name: "skip", inline: true}, {name: "remove", inline: true}, {name: "repeat", inline: true}, {name: "shuffle", inline: true}, {name: "_gear", inline: false}, {name: "server", inline: false}, {name: "settings", inline: false}]

Instance Method Summary

Instance methods inherited from class Worker::CommandCallExecutor::Command

execute execute

Constructor methods inherited from class Worker::CommandCallExecutor::Command

new(worker : Worker, command_call : CommandCall, command_data : CommandData | Nil = nil) new

Instance Method Detail

def execute : Nil #

[View source]