-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from naem-less/main
spelling/grammar update along with some other misc updates
- Loading branch information
Showing
125 changed files
with
490 additions
and
455 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
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,42 @@ | ||
# Message types | ||
Use the `$messageType` function to return the type of the message. | ||
|
||
### Current message types: | ||
``` | ||
Default | ||
Recipient Add | ||
Recipient Remove | ||
Call | ||
Channel Name Change | ||
Channel Icon Change | ||
Channel Pinned Message | ||
User Join | ||
Guild Boost | ||
Guild Boost Tier 1 | ||
Guild Boost Tier 2 | ||
Guild Boost Tier 3 | ||
Channel Follow Add | ||
Guild Discovery Disqualified | ||
Guild Discovery Requalified | ||
Guild Discovery Grace Period Initial Warning | ||
Guild Discovery Grace Period Final Warning | ||
Thread Created | ||
Reply | ||
Chat Input Command | ||
Thread Starter Message | ||
Guild Invite Reminder | ||
Context Menu Command | ||
Auto Moderation Action | ||
Role Subscription Purchase | ||
Interaction Premium Upsell | ||
Stage Start | ||
Stage End | ||
Stage Speaker | ||
Stage Topic | ||
Guild Application Premium Subscription | ||
Guild Incident Alert Mode Enabled | ||
Guild Incident Alert Mode Disabled | ||
Guild Incident Report Raid | ||
Guild Incident Report False Alarm | ||
Purchase Notification | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $eventDelete | ||
|
||
to delete an already existed event | ||
|
||
To delete an existing event | ||
## Usage | ||
|
||
```bash | ||
|
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,59 +1,59 @@ | ||
# Custom Command Bot's Privacy Policy | ||
Get detailed information here about our, your rights and other information. | ||
# Custom Command bot's Privacy Policy | ||
Get detailed information here about our rights, your rights and other information. | ||
|
||
# Our Rights | ||
|
||
* Children under 13 years are not allowed to use our service | ||
* Children under 13 years are not allowed to use our service. | ||
|
||
* Any type of Selfbotting or Misusage of our Bot is strictly prohibited | ||
* Any type of selfbotting or misusage of our bot is strictly prohibited. | ||
|
||
* Our Bot including Custom Bots can't be used to send/host Discussing Offensive/Controversial Material/Pirated content and NSFW Content. | ||
* Our bot including Custom bots can't be used to send/host Discussing Offensive/Controversial Material/Pirated content and NSFW Content. | ||
|
||
* You are not allowed to break the Discord TOS or third-party TOS. | ||
|
||
Not following our rules can lead to a ban and, in the worst case, a detailed report to Discord. For example, (Scam Servers). | ||
Not following our rules can lead to a ban and, in the worst case, a detailed report to Discord. For example, Scam Servers. | ||
|
||
# User Rights | ||
|
||
* **Data Removal/Request**: You can contact us to have your data deleted or requested. | ||
* (Server Owner)You can delete data yourself by deleting all Custom Commands and Variables. | ||
* (User) | ||
* Server Owner: You can delete data yourself by deleting all Custom Commands and Variables. | ||
* User: | ||
You can leave the server or contact us to opt-out | ||
|
||
* **Content Removal** The Bot and the website use third-party content like open source icons. As owner/maintainer, you have the right to request content removal. | ||
* **Content Removal**: The bot and the website use third-party content like open source icons. As owner/maintainer, you have the right to request content removal. | ||
|
||
* **Reports** Every user has the right to report a server that misuses our bot. | ||
* **Reports**: Every user has the right to report a server that misuses our bot. | ||
|
||
# Data we collect | ||
|
||
* Server ID for identifying data and storing functional data (for example, commands count) | ||
|
||
* Users work like commands content(code) | ||
We don't store any private data like other bots. Generally, we only store IDs of servers that are functional for the Bot. | ||
* User's work like command code | ||
We don't store any private data like other bots. Generally, we only store IDs of servers that are functional for the bot. | ||
|
||
* Variables setted by yourself on a command. You can leave the server to opt-out. | ||
* Variables set by yourself on a command. You can leave the server to opt-out. | ||
|
||
|
||
# New: Message Content Intent | ||
Since the new approval of the discord message intent | ||
Useful information gets listed here. | ||
* We don't log out/save any type of message. | ||
If a user sends a message, a custom command with the specified trigger gets executed. So not every message triggers a custom command. In this way, your privacy stays protected.Moreover, we have cooldowns, where a command can only receive a message every 4s if the command has been triggered. With the command! !!view, you can view what type of commands the server uses. | ||
* You can always **opt-out** from our bot by leaving the server, and your data will be deleted within 15 days or immediately(~ 1-2 day) (you must contact us for this). | ||
* We don't log/save any type of message. | ||
If a user sends a message, a custom command with the specified trigger gets executed. So not every message triggers a custom command. In this way, your privacy stays protected. Moreover, we have cooldowns, where a command can only receive a message every 4s if the command has been triggered. With the command `!!view`, you can view what commands the server uses. | ||
* You can always **opt-out** from our bot by leaving the server, and your data will be deleted within 15 days or immediately(~ 1-2 days) (you must contact us for this). | ||
|
||
# Data Retention | ||
|
||
* We regularly do backups(every 10 days). Old backups get overwritten. | ||
|
||
For more detailed information about what "User ID","Session Cookies" are, look [here pls.](https://ccommandbot.com/docs) (difficult to read due to lawyer English) | ||
For more detailed information about what "User ID", "Session Cookies" are, look [here please.](https://ccommandbot.com/docs) (difficult to read due to lawyer English) | ||
|
||
# Encryption | ||
|
||
All data is saved encrypted in our database. In this way, nobody can view the plain database (Example: on an exploit) without our salted token. | ||
All data is saved and encrypted in our database. In this way, nobody can view the plain database (Example: on an exploit) without our salted token. | ||
|
||
# Contact Us | ||
|
||
Generally,we recommend you contact us through our server to get a faster response. | ||
Generally, we recommend you contact us through our server to get a faster response. | ||
|
||
* Email: [[email protected]](mailto:[email protected]) | ||
* Server: [ccommandbot.com/join](http://ccommandbot.com/join) | ||
* Server: [ccommandbot.com/join](http://ccommandbot.com/join) |
Oops, something went wrong.