diff --git a/src/setup/individual.md b/src/setup/individual.md index 25c3d03..586135b 100644 --- a/src/setup/individual.md +++ b/src/setup/individual.md @@ -12,31 +12,21 @@ For definitions and explanations of settings, please refer to the [dashboard gui | Command | Description | | ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | /setup auto | Bot will make a very basic configuration (no reaction panels - you'll still want to customize on dashboard) | -| /setup category | Change the category of where tickets will open | | /setup limit | Change the quantity of tickets a single user can have open at the same time | -| /setup prefix | Change the prefix used for non slash commands (default is `t!`) | | /setup transcripts | Change the transcripts channel | | /setup use-threads | Change whether thread mode is enabled | -| /setup welcomemessage           | Change the overall welcome message | + +### Prefix +> **Note:** prefix commands are no longer active! Tickets bot works solely on slash commands! No need to setup a prefix. ### Auto See our guide on auto setup [here](./auto.md). -### Category -An explanation of channel categories is available [here](./dashboard.md#channel-category). The command `/setup category` is used to configure the channel category. - -> **For example:** to change the channel category to `Tickets` **-** Run `/setup category Tickets` - -- _Please note, the channel category must already exist._ - ### Ticket Limit An explanation of ticket limits is available [here](./dashboard.md#ticket-limit). The command `/setup limit` is used to configure the ticket limit. > **For example:** to change the per user simultaneous ticket limit to `1` **-** Run `/setup limit 1` -### Prefix -> **Note:** prefix commands are no longer active! Tickets bot works solely on slash commands! No need to setup a prefix. - ### Transcripts An explanation of transcript channels is available [here](./dashboard.md#transcripts-channel). The command `/setup transcripts` is used to configure the transcripts channel. @@ -51,16 +41,5 @@ It is recommended to read an explanation of thread mode (and how it compares to - _Please note, the selected channel must already exist._ -### Welcome Message -An explanation of the welcome message is available [here](./dashboard.md#welcome-message). The command `/setup welcomemessage` is used to configure the welcome message. - -> **For example:** to change the welcome message to `Hello, thank you for contacting support` -> -> - Run `/setup welcomemessage Hello, thank you for contacting support` - -- You may make use of placeholders in your welcome message. You can view a list of placeholders [here](../miscellaneous/placeholders.md). - -- You may also use discord message formatting to include links to channels, emojis, roles, or usernames in your welcome message. First, you will need to have discord developer mode turned on - in your personal discord account settings > advanced > discord developer mode. Second, you can right click any channel name, username, message, etc and choose `Copy ID`. Third, use the `structure` section of [discord's messge formatting chart](https://discord.com/developers/docs/reference#message-formatting) to include it in your welcome message. - ## Additional Settings Additional settings are available on the [dashboard](./dashboard.md), such as [reaction panels](./panels.md). It is advised that you read these guides next.