From 1c81625694877dddbeb7db7016559d80911a2cea Mon Sep 17 00:00:00 2001 From: vaporvee Date: Tue, 19 Mar 2024 10:50:55 +0100 Subject: [PATCH] edited description --- cmd_sticky.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_sticky.go b/cmd_sticky.go index 0742455..cdbedfb 100644 --- a/cmd_sticky.go +++ b/cmd_sticky.go @@ -8,7 +8,7 @@ import ( var cmd_sticky Command = Command{ Definition: discordgo.ApplicationCommand{ 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), Options: []*discordgo.ApplicationCommandOption{ {