Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 533 Bytes

File metadata and controls

22 lines (15 loc) · 533 Bytes

$(pick)

Resolves a random response from the given options.

Usage:

$(pick <option> | [option] | [option] | ...)

Arguments:
  • option <required> - The message to display in chat (to add multiple options separate with a | character)
Example Command:

name: !pick

response: I'm thinking...$(pick yes | no | maybe so | I don't know)

output:

user:     !pick
botisimo: I'm thinking...maybe so
user:     !pick
botisimo: I'm thinking...yes