diff options
author | puhbu <78015856+poob1@users.noreply.github.com> | 2022-10-08 20:26:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 19:26:09 +0200 |
commit | 8842ad765215a56fdf9eec610301a03163144c50 (patch) | |
tree | 8c585db4ed3deaafdd9cd2f2f9e9e72b016b1b8d /src | |
parent | 73a1bc94d1aca3fbae6efe3af9f1200af317d26e (diff) | |
download | Vencord-8842ad765215a56fdf9eec610301a03163144c50.tar.gz Vencord-8842ad765215a56fdf9eec610301a03163144c50.tar.bz2 Vencord-8842ad765215a56fdf9eec610301a03163144c50.zip |
Description change for Spotify Plugin (#63)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/ify.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ify.ts b/src/plugins/ify.ts index 2b5d86f..743560d 100644 --- a/src/plugins/ify.ts +++ b/src/plugins/ify.ts @@ -3,7 +3,7 @@ import definePlugin from "../utils/types"; export default definePlugin({ name: "Ify", - description: "Disabes Spotify auto-pausing and premium checks", + description: "Disables Spotify auto-pausing and Premium checks, allowing you to listen along with others.", authors: [Devs.Cyn], patches: [{ find: '.displayName="SpotifyStore"', |