💬Chat
Last updated
Last updated
string[]
Returns an array of channel names.
string
, text: string
): nil
Name | Type | Description |
---|---|---|
Print a message in a channel. This message will not be sent to the server.
string
, text: string
): nil
Name | Type | Description |
---|---|---|
Say a message in a channel.
string
): nil
Name | Type | Description |
---|---|---|
Flip the coin in a channel.
string
, min [?]
: number
, max [?]
: number
): nil
Roll a dice in a channel.
Name | Type | Description |
---|---|---|
channel
string
The channel name to say the message in.
text
string
The message to say.
channel
string
The channel name to say the message in.
text
string
The message to say.
channel
string
The channel name to flip the coin in.
channel
string
The channel name to roll the dice in.
min [?]
number
The minimum number to roll. (default: 0)
max [?]
number
The maximum number to roll. (default: 100)