$newTicket
$newTicket
will create a new ticket channel.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Channel name. | true |
msg | string | Start message. | true |
categoryID? | number | Where to place the channel after creation. | false |
returnId? | boolean | Return the channel ID 1. true 2. false (default) | false |
error? | string | Error to return when something went wrong. | false |
Example(s)
This will create a new ticket:
This will create a new ticket and send an embed: