Do you want to keep important messages in the bottom of a channel?
Creating the sticky message
Sticky message

YAML:
Commands:
Sticky:
Usage: Use the slash command
Description: Create/remove a sticky message
Aliases: []
Permission:
- "@everyone"
SlashCommand:
Enabled: true
Data:
Name: sticky
Description: Create/remove a sticky message
Options:
- Type: Sub Command
Name: create
Description: Create a sticky message
Options:
- Type: String
Name: message
Description: The message id to copy the message
Required: true
- Type: Channel
Name: channel
Description: The channel to send the sticky message to
ChannelTypes:
- Text
Required: true
- Type: Sub Command
Name: remove
Description: Remove a sticky message
Options:
- Type: Channel
Name: channel
Description: The channel where the sticky message is located
ChannelTypes:
- Text
Required: false
- Type: Sub Command
Name: list
Description: List all sticky messages
Options:
- Type: Integer
Name: page
Description: The page number to show
Required: false
YAML:
Commands:
Create:
NotValidMessage:
Embeds:
- Title: ":x: | That was not a valid message ID!"
Color: RED
Description: Please make sure you have the correct message ID and that the
message is in this channel.
AlreadySticky:
Embeds:
- Title: There is already a sticky message in that channel!
Color: RED
Description: Please remove the sticky message before creating a new one.
Success:
Embeds:
- Title: ":white_check_mark: | Successfully created a sticky message!"
Color: "#5AFF00"
Description: The sticky message has been created
Fields:
- Name: Current message
Value: |-
> ID: {message-id}
> Jump: [**Click here**]({message-url})
Remove:
NotSticky:
Embeds:
- Title: There is no sticky message in that channel!
Color: RED
Description: To remove a valid sticky use the command again without any option
Menu:
Embeds:
- Title: Please select a sticky message to remove
Color: BLUE
Success:
Embeds:
- Title: ":white_check_mark: | Successfully removed a sticky message!"
Color: "#5AFF00"
Description: The sticky message that was located at the channel <#{channel-id}>
has been removed
Components: []
List:
List:
Embeds:
- Title: List of sticky messages
Color: BLUE
Description: "{stickies}"
Timestamp: trueTo get support for this addon contact to ElkinSantiana#0115