-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NOTE: Replace everything between and including the < and >s with the argument content. e.g. /create <message> would be used like /create hello yes this is a message.
Arguments in angle brackets are <mandatory>, whereas arguments in square brackets are [optional].
Usage: /help
Gives a little introductory message telling you how to get started.
Usage: /create [channel] [message]
Creates a new roll call message and assigns some reacts to it. By default Rolly will say Roll call!. If you want to make Rolly say something else, everything in the message parameter will be included as the message.
Usage: /sheet
Shows the URL to the Google Sheets sheet that Rolly will update when reacts come in, if there is one set.
Usage: /setsheet <sheet_id>
Sets the Google Sheets sheet ID that Rolly will update when reacts come in. Get this from the sheets URL like below:
Usage: /ranges
Shows the current areas of the sheet that Rolly can modify.
Usage: /addrange <range>
Adds an area of the sheet that Rolly will be able to modify. The ranges should be given in A1 notation, so something like D6, A3:F16, or Sheet3!W18:Z22 would work.
Usage: /setranges <range> <another range> <more ranges...>
Much like addrange, but replaces all of the current ranges with the ones given in the command.
Usage: /channel
Shows the channel that Rolly will create roll call messages in.
Usage: /setchannel [channel]
Shows or sets the channel that Rolly will create roll call messages in. If a channel is mentioned, then it will be used as the default channel. Otherwise use /setchannel with no arguments to use the channel the create message is sent in.
