Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Denoting premium only placeholders #12

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
| /language (language) | Changes the language the bot messages are displayed in |
| /panel | Provides a link to create a reaction panel for users to open tickets |
| /premium | Activates premium benefits after purchasing (choose patreon on select menu) |
| /removeadmin (user_or_role) | Revokes a user's or role's admin priveledges |
| /removesupport (user_or_role)       | Revokes a user's or role's support representative priviledges |
| /removeadmin (user_or_role) | Revokes a user's or role's admin priveledges |
| /removesupport (user_or_role) | Revokes a user's or role's support representative priviledges |
| /setup auto | Bot will make a very basic configuration (no reaction panels - you'll still want to customize on dashboard) |
| /setup prefix | Change the prefix used for non slash commands (default is `t!`) **NOTE:** Prefix commands are no longer supported, must use slash commands |
| /setup welcomemessage | Change the overall welcome message |
Expand Down
9 changes: 6 additions & 3 deletions src/dashboard/settings/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
***

### Built-in

\* = This is a premium feature. Learn more about premium [here](https://ticketsbot.net/premium).

|Placeholder|Description |
|--|--|
| %user% | Mentions the user |
Expand All @@ -22,9 +25,9 @@
| %time% | Display the current time |
| %date% | Display today's date |
| %datetime% | Display the current date and time |
| %first_response_time_weekly% | Staff average first response time to tickets this week |
| %first_response_time_monthly% | Staff average first response time to tickets this month |
| %first_response_time_all_time% | Staff average first response time to tickets since the beginning |
| * %first_response_time_weekly% | Staff average first response time to tickets this week |
| * %first_response_time_monthly% | Staff average first response time to tickets this month |
| * %first_response_time_all_time% | Staff average first response time to tickets since the beginning |
| %discord_account_creation_date% | The date and time that the user's Discord account was created |
| %discord_account_age% | How long ago the user's Discord account was created |

Expand Down
9 changes: 6 additions & 3 deletions src/miscellaneous/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
***

### Built-in

\* = This is a premium feature. Learn more about premium [here](https://ticketsbot.net/premium).

|Placeholder|Description |
|--|--|
| %user% | Mentions the user |
Expand All @@ -22,9 +25,9 @@
| %time% | Display the current time |
| %date% | Display today's date |
| %datetime% | Display the current date and time |
| %first_response_time_weekly% | Staff average first response time to tickets this week |
| %first_response_time_monthly% | Staff average first response time to tickets this month |
| %first_response_time_all_time% | Staff average first response time to tickets since the beginning |
| * %first_response_time_weekly% | Staff average first response time to tickets this week |
| * %first_response_time_monthly% | Staff average first response time to tickets this month |
| * %first_response_time_all_time% | Staff average first response time to tickets since the beginning |
| %discord_account_creation_date% | The date and time that the user's Discord account was created |
| %discord_account_age% | How long ago the user's Discord account was created |

Expand Down
4 changes: 0 additions & 4 deletions src/setup/individual.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ An explanation of ticket limits is available [here](./dashboard.md#ticket-limit)

> **Note:** prefix commands are no longer active! Tickets bot works solely on slash commands! No need to setup a prefix.

~~An explanation of prefixes is available [here](./dashboard.md#prefix). The command `/setup prefix` is used to configure the prefix.~~

~~For example: to change the prefix to `-`, run `/setup 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.
Expand Down