mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
remove a single period
This commit is contained in:
parent
a874555ff6
commit
08c4d6fdf4
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ const expressionPickerPatch: NavContextMenuPatchCallback = (children, props: { t
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "CopyStickerLinks",
|
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],
|
authors: [Devs.Byeoon],
|
||||||
contextMenus: {
|
contextMenus: {
|
||||||
"message": messageContextMenuPatch,
|
"message": messageContextMenuPatch,
|
||||||
|
|
Loading…
Add table
Reference in a new issue