diff options
author | afn <afnzmn@gmail.com> | 2022-11-08 11:31:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 17:31:36 +0100 |
commit | 4e57ae66f149ca343933b2db23f7803d864f6e8d (patch) | |
tree | 10c6d72e6fa3f4a03aff8abfe80ed94be946655e /src/plugins/spotifyControls/index.tsx | |
parent | f7d9be91407582fd85a70eef89c03a32e37c3c0f (diff) | |
download | Vencord-4e57ae66f149ca343933b2db23f7803d864f6e8d.tar.gz Vencord-4e57ae66f149ca343933b2db23f7803d864f6e8d.tar.bz2 Vencord-4e57ae66f149ca343933b2db23f7803d864f6e8d.zip |
feat(SpotifyControls): prettier design (#194)
Co-authored-by: afn <hey@afn.lol>
Co-authored-by: KraXen72 <DPELECH1@GMAil.com>
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/plugins/spotifyControls/index.tsx')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index b5cd5c0..18bced9 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -23,7 +23,17 @@ import { Player } from "./PlayerComponent"; export default definePlugin({ name: "SpotifyControls", description: "Spotify Controls", - authors: [Devs.Ven], + authors: [ + Devs.Ven, + { + id: 420043923822608384n, + name: "afn", + }, + { + id: 379304073515499530n, + name: "KraXen72" + } + ], dependencies: ["MenuItemDeobfuscatorApi"], patches: [ { |