From 30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a Mon Sep 17 00:00:00 2001 From: megumin Date: Fri, 11 Nov 2022 22:50:09 +0000 Subject: feat: Badge API (#206) --- src/plugins/spotifyControls/index.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/plugins/spotifyControls') diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index 6bf6625..e8b5370 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -23,17 +23,7 @@ import { Player } from "./PlayerComponent"; export default definePlugin({ name: "SpotifyControls", description: "Spotify Controls", - authors: [ - Devs.Ven, - { - id: 420043923822608384n, - name: "afn", - }, - { - id: 379304073515499530n, - name: "KraXen72" - } - ], + authors: [Devs.Ven, Devs.afn, Devs.KraXen72], dependencies: ["MenuItemDeobfuscatorApi"], patches: [ { -- cgit