aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/viewRaw.tsx
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-09-05 21:24:43 +0200
committerV <vendicated@riseup.net>2023-09-05 21:24:43 +0200
commit774318d5834e14c130f7c0107fb944bc57664f9b (patch)
treeb373e982563f37acec2930eeadca9ef06748654c /src/plugins/viewRaw.tsx
parent7d954f9adea6e624665e653c2d0897aaff18a2be (diff)
downloadVencord-774318d5834e14c130f7c0107fb944bc57664f9b.tar.gz
Vencord-774318d5834e14c130f7c0107fb944bc57664f9b.tar.bz2
Vencord-774318d5834e14c130f7c0107fb944bc57664f9b.zip
ViewRaw: Update description
Diffstat (limited to 'src/plugins/viewRaw.tsx')
-rw-r--r--src/plugins/viewRaw.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/viewRaw.tsx b/src/plugins/viewRaw.tsx
index d625eea..181865e 100644
--- a/src/plugins/viewRaw.tsx
+++ b/src/plugins/viewRaw.tsx
@@ -151,7 +151,7 @@ function MakeContextCallback(name: string) {
export default definePlugin({
name: "ViewRaw",
- description: "Copy and view the raw content/data of any message.",
+ description: "Copy and view the raw content/data of any message, channel or guild",
authors: [Devs.KingFish, Devs.Ven, Devs.rad, Devs.ImLvna],
dependencies: ["MessagePopoverAPI"],
settings,