edited description

This commit is contained in:
2024-03-19 10:50:55 +01:00
parent 2ca10276a4
commit 1c81625694

View File

@@ -8,7 +8,7 @@ import (
var cmd_sticky Command = Command{ var cmd_sticky Command = Command{
Definition: discordgo.ApplicationCommand{ Definition: discordgo.ApplicationCommand{
Name: "sticky", Name: "sticky",
Description: "Stick messages to the bottom of the current channel", Description: "Stick or unstick messages to the bottom of the current channel",
DefaultMemberPermissions: int64Ptr(discordgo.PermissionManageMessages), DefaultMemberPermissions: int64Ptr(discordgo.PermissionManageMessages),
Options: []*discordgo.ApplicationCommandOption{ Options: []*discordgo.ApplicationCommandOption{
{ {