Skip to content

Commit

Permalink
received.command takes a final [command] part
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Sep 30, 2018
1 parent 16dc2c3 commit 44887ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENTS.md
Expand Up @@ -105,5 +105,5 @@ Below is a list of each event that is propagated through BitBot and the keyword
## !commands
#### preprocess.command
> hook (EventCallback), user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), is_channel (bool), tags (dict)
#### received.command
#### received.command.[command]
> user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), args (string), args_split (string[]), stdout, stderr, command (string), is_channel (bool), tags (dict)

0 comments on commit 44887ab

Please sign in to comment.