diff --git a/src/plugins/copyStickerLinks/index.tsx b/src/plugins/copyStickerLinks/index.tsx index b1a399ca0..68ea694fd 100644 --- a/src/plugins/copyStickerLinks/index.tsx +++ b/src/plugins/copyStickerLinks/index.tsx @@ -120,7 +120,7 @@ const expressionPickerPatch: NavContextMenuPatchCallback = (children, props: { t export default definePlugin({ name: "CopyStickerLinks", - description: "Adds the ability to copy and open sticker links to your browser.", + description: "Adds the ability to copy and open sticker links to your browser", authors: [Devs.Byeoon], contextMenus: { "message": messageContextMenuPatch,