Captain Ezio commited on
Commit
4cbb3d3
·
1 Parent(s): b37235e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -190,15 +190,15 @@ If all works well, bot should send message to the MESSAGE_DUMP Group!--->
190
 
191
  `OWNER_ID` Your user ID as an integer.
192
 
193
- `GENIUS_API` Your Lyrics Genius Api Token. To fetch lyrics of songs.
194
 
195
- `AuDD_API` Your Audd api to get info of song by music file.
196
 
197
  `BDB_URI` Your mongodb uri different from previous one to store more info.
198
 
199
  `TIME_ZONE` Your time zone.
200
 
201
- `RMBG_API` Your removebackground api to remove the background/
202
 
203
  `SUPPORT_GROUP`: Your Telegram support group chat username where user's can contact in case of a problem.
204
 
 
190
 
191
  `OWNER_ID` Your user ID as an integer.
192
 
193
+ `GENIUS_API` Your Lyrics [Genius Api Token](https://docs.genius.com/#/getting-started-h1). To fetch lyrics of songs.
194
 
195
+ `AuDD_API` Your [Audd api](https://audd.io/) to get info of song by music file.
196
 
197
  `BDB_URI` Your mongodb uri different from previous one to store more info.
198
 
199
  `TIME_ZONE` Your time zone.
200
 
201
+ `RMBG_API` Your [removebackground api](https://www.remove.bg/api#remove-background) to remove the background/
202
 
203
  `SUPPORT_GROUP`: Your Telegram support group chat username where user's can contact in case of a problem.
204