-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update banComplex.md * Update banIDComplex.md * Update blackListIDs.md * Update blackListRoles.md * Update blackListRolesIDs.md * Update blackListRolesIDs.md * Update blackListServers.md * Update blackListUsers.md * Update boostCountComplex.md * Update boostCount.md * Update botCommands.md * Update botLeaveComplex.md * Update botListDescription.md * Update c.md * Update calculate.md * Update categoryChannels.md * Update categoryCountComplex.md * Update categoryID.md * Update changeCooldownTime.md * Update changeUsername.md * Update channelExists.md * Update channelIDComplex.md * Update categoryID.md * Update src/bdscript/botLeaveComplex.md Co-authored-by: Bartłomiej Skoczeń <bartek_skoczen@protonmail.com> --------- Co-authored-by: Bartłomiej Skoczeń <bartek_skoczen@protonmail.com>
- Loading branch information
1 parent
bcc9578
commit 078008d
Showing
21 changed files
with
73 additions
and
92 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
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
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 |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# $blackListRolesIDs | ||
Block users with certain roles from using the command. If the user has any role in the blacklist, they will not be able to run the command. | ||
Blocks users with certain roles from using the command. If the user has any role in the blacklist, they will not be able to run the command. | ||
|
||
## Syntax | ||
``` | ||
$blackListRolesIDs[role IDs;...;error message] | ||
$blackListRolesIDs[Role IDs;...;Error message] | ||
``` | ||
|
||
### Parameters | ||
- `role IDs` `(Type: Snowflake || Flag: Emptiable)`: The roles that will be blacklisted. Separate role IDs using `;`. | ||
- `error message` `(Type: String || Flag: Emptiable)`: The message that will be sent if the user has a role from the blacklist. | ||
- `Role IDs` `(Type: Snowflake || Flag: Emptiable)`: The role(s) that will be blacklisted. Use semicolons `;` as a separator to separate multiple role IDs. | ||
- `Error message` `(Type: String || Flag: Emptiable)`: The message that will be sent if the user has a role from the blacklist. | ||
|
||
## Example | ||
``` | ||
$nomention | ||
$blackListRolesIDs[1009019299987476540;1014547313957539901;❌ You can't use this command!] | ||
Pong! $ping ms | ||
``` | ||
|
||
![example](https://user-images.githubusercontent.com/113303649/210046896-9e45b0c5-68f1-49b8-9bf0-90694df688cf.png) |
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 |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# $blackListUsers | ||
Disables the command for users with usernames matching the ones provided. | ||
Blocks certain users from using the command. Uses usernames instead of user IDs. | ||
|
||
## Syntax | ||
``` | ||
$blackListUsers[usernames;...;error message] | ||
$blackListUsers[Usernames;...;Error message] | ||
``` | ||
|
||
### Parameters | ||
- `usernames` `(Type: String || Flag: Emptiable)`: The usernames to blacklist. Separate names using `;`. | ||
- `error message` `(Type: String || Flag: Emptiable)`: Message when user's name is in the blacklist. | ||
- `Usernames` `(Type: String || Flag: Emptiable)`: The username(s) to blacklist. Use semicolons `;` as a separator to separate multiple usernames. | ||
- `Error message` `(Type: String || Flag: Emptiable)`: The message that will be sent when the username of the user running the command is blacklisted. | ||
|
||
## Example | ||
``` | ||
$nomention | ||
$blackListUsers[RainbowKey;❌ You can't use this command!] | ||
Hello $username! | ||
``` | ||
|
||
![example](https://user-images.githubusercontent.com/113303649/211997181-4ad65536-9b54-4f15-bd1f-07eb0df92686.png) |
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
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
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
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
Oops, something went wrong.