-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added into and custom-commands add page
- Loading branch information
Showing
13 changed files
with
132 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Add Command | ||
|
||
## Usage | ||
`/custom commands add` `<name>` `<description>` `<response>` Creates a custom slash command in your server | ||
:::info[`Manage Guild`] | ||
::: | ||
|
||
## Details | ||
+ `<name>` Must be less than or equal to 32 characters and can only be one word, you can not use numbers. To use more than one word split it with a `-` or an `_`. So `/help me` would become `/help-me` or `/help_me`. Aslo you can't use uppercase letter they will be auto changed to lowercase. The name can not be the same as one of the Helpr's commands or be the same as a custom command you have already made. These are all limitations imposed by Discord so I can not change them | ||
+ `<description>` Must be less than or equal to 50 characters. You can use things like emojis or numbers in this and can use as many words as you want. | ||
+ `<response>` Must be less than or equal to 2000 characters. You can use anything that you could send in a normal message, please not custom emojis might not work if Helpr is not in the server or if you do not use the emoji's id (`<name:id>`) | ||
|
||
## Limits | ||
+ You can only have 25 custom commands per server. (To request an increase in this amount please create a ticket in the support server [here](https://helpr.gg/server). Please tell us why you need more commands, and we will aprove/deny based on your needs.) | ||
+ You can only create 200 commands per day, so if you create and delete a bunch of commands over and over then it will stop working after 200 creations. This is a limit imposed by Discord so I can not change it. |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Deleting Custom Commands Data | ||
If you want to delete your guild's custom command data all you have to do is run [`/custom commands remove`](../custom-commands/remove) untill all the custom commands are gone. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Deleting Guild Data | ||
If you want to delete your guild's data please join the support server [here](https://helpr.gg) and create a ticket. | ||
|
||
Please send your guild ID, and specify that you want to delete your guild's data in the channel when you create the ticket | ||
|
||
:::warning | ||
|
||
Only the server owner can request to delete your server's data | ||
|
||
::: | ||
|
||
:::danger | ||
|
||
This action is not reversible and will delete all of your data for all categories, so if you just want to delete a specific catagory see the specific page for that category | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Deleting Levels Data | ||
If you want to delete your guild's levels data please join the support server [here](https://helpr.gg) and create a ticket. | ||
|
||
Please send your guild ID, and specify that you want to delete your guild's levels data in the channel when you create the ticket | ||
|
||
:::warning | ||
|
||
Only the server owner can request to delete your server's level data | ||
|
||
::: | ||
|
||
:::danger | ||
|
||
This action is not reversible and will delete all of your data for of the leveling system, including users's xp and level and all custom role rewards. If you just want to change the configs see [Levels Commands](../levels) | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Deleting User Data | ||
If you want to delete your user data please join the support server [here](https://helpr.gg) and create a ticket. | ||
|
||
Please specify what data you want to delete, you can request a list of things to delete if you are not sure or you can delete eveything | ||
|
||
:::danger | ||
|
||
This action is not reversible and will delete all of your user data in all the guilds you are in for whatever catgory you choose to delete | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Intro | ||
|
||
## Usage | ||
You will see command usage details for each command in a `Usage` Headding like this one, it will tell you what the command does and all the arguments you need. (see [Command Syntax](./command-syntax) for how to read arguemnts) | ||
:::info[`Permissions will be under Usage and will look like this. If there is no permission listed than eveyone can use the command`] | ||
::: | ||
|
||
## Details | ||
Will give addtional information about arguments if needed. | ||
|
||
## Limits | ||
Will list any limits on how many of something there can be. | ||
|
||
## Config | ||
If the command has any default config it will be listed here and will give links on how to change any default behavior. | ||
|
||
## Notes | ||
|
||
:::danger | ||
This is something that is important for the command and you should read. | ||
::: | ||
:::warning | ||
This is used to give a warning about a command and like `danger` should be read. | ||
::: | ||
:::note | ||
This will give you some details like when the command will work or anything that is usfull but not required. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Set Level Up Message | ||
|
||
## Usage | ||
`/levels set-message` `<message:dynamic>` | ||
:::info[`Manage Guild`] | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters