abstract class Command
- Command
- Reference
- Object
Direct Known Subclasses
- AddCommandCommand
- AddGameCommand
- AddVoteSlotCommand
- AvailableVotersCommand
- ClaimVoteSlotCommand
- CustomCommand
- FilibusterCommand
- HelpCommand
- HelpExplainCommand
- NayCommand
- PingCommand
- RemoveCommandCommand
- RemoveGameCommand
- RemoveVoteSlotCommand
- RequestSongCommand
- SongCommand
- StartGameCommand
- StartMusicCommand
- StartVoteCommand
- StopGameCommand
- StopMusicCommand
- VotersCommand
- VoteStatusCommand
- YayCommand
Defined in:
groogy-bot/command.crConstructors
Instance Method Summary
- #apply(bot, client)
- #command : String
- #documentation : String
- #execute(bot, client, msg, match)
- #has_permission?(msg)
- #pattern : Regex