Backup your discord server and go back in time when you need it
Backup created
Backup info
YAML:
Commands:
Backup:
Usage: Use the slash command
Description: Manage your guild's backups
Aliases: []
Permission: []
SlashCommand:
Enabled: true
Data:
Name: backup
Description: Manage your guild's backups
Options:
- Type: Sub Command
Name: create
Description: Create a backup
- Type: Sub Command
Name: delete
Description: Delete a backup
Options:
- Type: String
Name: id
Description: The backup's id
Required: true
- Type: Sub Command
Name: list
Description: List all backups
Options:
- Type: Integer
Name: page
Description: The page number
Required: false
- Type: Sub Command
Name: info
Description: Get information about a backup
Options:
- Type: String
Name: id
Description: The backup's id
Required: true
- Type: Sub Command
Name: load
Description: Load a backup
Options:
- Type: String
Name: id
Description: The backup's id
Required: true
YAML:
BackupNotFound:
Embeds:
- Title: Backup not found
Description: The backup you are looking for does not exist.
Color: RED
Commands:
Create:
CreatingBackup:
Embeds:
- Title: The backup is being created
Description: |-
This may take a while...
Please be patient.
Color: BLUE
BackupCreated:
Embeds:
- AuthorIcon: https://cdn-icons-png.flaticon.com/512/190/190411.png
Author: Backup created
Description: The backup was **created** with the id `{id}`
Color: GREEN
Fields:
- Name: Usage
Value: "```/backup info id: {id}``````/backup load id: {id}```"
Delete:
Embeds:
- Title: Backup successfully deleted
Description: The backup with the id `{id}` was **deleted**.
Color: GREEN
Info:
Embeds:
- Title: Backup info - {name}
Fields:
- Name: • ID
Value: "{id}"
Inline: true
- Name: • Created at
Value: <t:{date}:f>
Inline: true
- Name: ㅤ
Value: ㅤ
Inline: true
- Name: • Channels
Value: "```{channels}```"
Inline: true
- Name: • Roles
Value: "```{roles}```"
Inline: true
- Name: • Emojis
Value: "**{emojis}**"
Inline: true
List:
NoBackups:
Embeds:
- Title: No backups found
Description: There are no backups available.
Color: RED
BackupsFormat: "**{index}.** | `{id}`"
Backups:
Embeds:
- Title: Backups | [ {page} / {pages} ]
Description: "{backups}"
Color: BLUE
Load:
Confirmation:
Embeds:
- Title: Are you sure you want to load this backup?
Description: This will **overwrite** the current server.
Color: BLUE
Fields:
- Name: • ID
Value: "{id}"
Components:
"1":
- Type: Button
CustomID: backupConfirm
Style: DANGER
Label: Yes
Emoji: ✅
- Type: Button
CustomID: backupCancel
Style: SECONDARY
Label: No
Emoji: ❌
To get support for this addon contact to ElkinSantiana#0115