Data Command
This command (and its subcommands) allows users to manage data within DaalBot. These should fulfil a variety of GDPR and data management needs but if you need any additional functionality please reach out on our Support Server or email privacy@daalbot.xyz.
/data info policy
Section titled “/data info policy”This command is pretty simple, it returns a link to DaalBot’s privacy policy.
/data actions download
Section titled “/data actions download”This command allows users to download data that DaalBot has stored about their server.
Execute the command and choose your preferred delivery method. Selecting automatic will result in a response containing a .zip file with all your data. Choosing manual provides a link to create a support ticket for data retrieval.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| type | String | How the data should be retrieved | Yes | Automatic, Manual (Support Ticket) |
/data actions download type:Automatic- Downloads the data as a JSON file./data actions download type:Manual- Provides a link to open a support ticket to request your data.
- Users need the “Manage Server” permission to use this command.
/data actions delete
Section titled “/data actions delete”This command allows users to delete data that DaalBot has stored about their server.
Run the command by choosing which data type to remove and setting a deletion timeframe. Once the specified period elapses, your data is permanently erased from DaalBot’s systems. This action cannot be undone. Due to our backup procedures, complete removal from all systems may require additional time.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| type | String | The type of data to delete | Yes | User (NI), Server |
| delay | String | The delay before the data is deleted | Yes | 1 Day, 3 Days, 1 Week, 1 Month |
/data actions delete type:Server delay:1 Week- Deletes all server data after 1 week.
- Users need the “Manage Server” permission to use this command.
/data actions cancel
Section titled “/data actions cancel”This command allows users to cancel a pending data deletion request.
Use this command to stop a scheduled data deletion by specifying the data type. Any pending deletion matching that type will be cancelled.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| type | String | The type of data to cancel | Yes | User (NI), Server |
/data actions cancel type:Server- Cancels a pending server data deletion.
- Users need the “Manage Server” permission to use this command.