edited description
This commit is contained in:
@@ -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{
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user