diff options
| author | V <vendicated@riseup.net> | 2023-09-05 21:24:43 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-09-05 21:24:43 +0200 |
| commit | 774318d5834e14c130f7c0107fb944bc57664f9b (patch) | |
| tree | b373e982563f37acec2930eeadca9ef06748654c /src/plugins | |
| parent | 7d954f9adea6e624665e653c2d0897aaff18a2be (diff) | |
| download | Vencord-774318d5834e14c130f7c0107fb944bc57664f9b.tar.gz Vencord-774318d5834e14c130f7c0107fb944bc57664f9b.tar.bz2 Vencord-774318d5834e14c130f7c0107fb944bc57664f9b.zip | |
ViewRaw: Update description
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/viewRaw.tsx | 2 |
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, |
