From f21800eb1aff046798402ace16984b593cb30b1c Mon Sep 17 00:00:00 2001 From: Science Spot <69678617+Scientific-Guy@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:28:24 +0530 Subject: [PATCH] Shifted Support to Top --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e4194ea..53f7ca8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Simple wrapper for Spotify api written in python by the [@spotify-api](https://github.com/spotify-api) Organization! +# Support + +So, hey facing troubles? We have some ways you to support you! + +- [Discord Support Server](https://discord.gg/FrduEZd) +- [GitHub Repo](https://github.com/spotify-api/spotify-api.py/) + # Quick Docs ## Client Class @@ -149,10 +156,3 @@ playlist = Playlist('some-token') | ------ | ------------------------------- | -------------------------------| | get | `playlistID: str` | `playlist.get('some-id')` | | tracks | `playlistID: str`, `limit: int` | `playlist.tracks('some-id',5)` | - -# Support - -So, hey facing troubles? We have some ways you to support you! - -- [Discord Support Server](https://discord.gg/FrduEZd) -- [GitHub Repo](https://github.com/spotify-api/spotify-api.py/)