From 5936f6754e38b8fca6b80c0442b0afc18f05bbca Mon Sep 17 00:00:00 2001 From: S0ul <99458487+AntiS0ul@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:40:47 -0500 Subject: [PATCH 1/3] Update individual.md --- src/setup/individual.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/setup/individual.md b/src/setup/individual.md index 25c3d03..cdaf347 100644 --- a/src/setup/individual.md +++ b/src/setup/individual.md @@ -12,23 +12,14 @@ 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 | ### 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. @@ -51,16 +42,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. From 9cbe7538f8747dd794a8a8b32aa8312fa722f0c3 Mon Sep 17 00:00:00 2001 From: S0ul <99458487+AntiS0ul@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:42:13 -0500 Subject: [PATCH 2/3] Update individual.md --- src/setup/individual.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/setup/individual.md b/src/setup/individual.md index cdaf347..a4f66f4 100644 --- a/src/setup/individual.md +++ b/src/setup/individual.md @@ -13,7 +13,6 @@ For definitions and explanations of settings, please refer to the [dashboard gui | ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | /setup auto | Bot will make a very basic configuration (no reaction panels - you'll still want to customize on dashboard) | | /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 | From c876886d5a04a84a4027754794bb83c94148510c Mon Sep 17 00:00:00 2001 From: S0ul <99458487+AntiS0ul@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:47:49 -0500 Subject: [PATCH 3/3] Update individual.md --- src/setup/individual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/setup/individual.md b/src/setup/individual.md index a4f66f4..586135b 100644 --- a/src/setup/individual.md +++ b/src/setup/individual.md @@ -16,6 +16,9 @@ For definitions and explanations of settings, please refer to the [dashboard gui | /setup transcripts | Change the transcripts channel | | /setup use-threads | Change whether thread mode is enabled | +### 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). @@ -24,9 +27,6 @@ An explanation of ticket limits is available [here](./dashboard.md#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.