Version 0.6.2 - Fix des fonctionnalités externes de la version
This commit is contained in:
		@@ -1 +1,39 @@
 | 
				
			|||||||
[]
 | 
					[
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    "auth": {
 | 
				
			||||||
 | 
					      "token_type": "Bearer",
 | 
				
			||||||
 | 
					      "access_token": "jY17lCWaOpTdPQCnz50kfNm7ABpsGz",
 | 
				
			||||||
 | 
					      "expires_in": 604800,
 | 
				
			||||||
 | 
					      "refresh_token": "3TronknZ7j5kVSDBjI3OechmCYF8ck",
 | 
				
			||||||
 | 
					      "scope": "identify guilds.members.read guilds"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "avatar": null,
 | 
				
			||||||
 | 
					    "communication_disabled_until": null,
 | 
				
			||||||
 | 
					    "flags": 0,
 | 
				
			||||||
 | 
					    "joined_at": "2023-03-06T18:20:23.413000+00:00",
 | 
				
			||||||
 | 
					    "nick": "Raphix",
 | 
				
			||||||
 | 
					    "pending": false,
 | 
				
			||||||
 | 
					    "premium_since": null,
 | 
				
			||||||
 | 
					    "roles": [
 | 
				
			||||||
 | 
					      "397725552968204288"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "user": {
 | 
				
			||||||
 | 
					      "id": "486943594893017119",
 | 
				
			||||||
 | 
					      "username": "raphixscrap",
 | 
				
			||||||
 | 
					      "avatar": "7129e80c23aa3ba3d2d45814dd352a29",
 | 
				
			||||||
 | 
					      "discriminator": "0",
 | 
				
			||||||
 | 
					      "public_flags": 4194368,
 | 
				
			||||||
 | 
					      "flags": 4194368,
 | 
				
			||||||
 | 
					      "banner": null,
 | 
				
			||||||
 | 
					      "accent_color": 10712214,
 | 
				
			||||||
 | 
					      "global_name": "Raphix",
 | 
				
			||||||
 | 
					      "avatar_decoration_data": null,
 | 
				
			||||||
 | 
					      "banner_color": "#a37496"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "mute": false,
 | 
				
			||||||
 | 
					    "deaf": false,
 | 
				
			||||||
 | 
					    "bio": "",
 | 
				
			||||||
 | 
					    "banner": null,
 | 
				
			||||||
 | 
					    "token": "bbc2f9a1-a52c-4548-895b-2c3b9095e2d4"
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
@@ -246,7 +246,7 @@ module.exports.List = class {
 | 
				
			|||||||
        
 | 
					        
 | 
				
			||||||
            for(var song of playlist) {
 | 
					            for(var song of playlist) {
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
                const song_finded = await client.manager.search(song.url)
 | 
					                const song_finded = await client.manager.search(song.uri)
 | 
				
			||||||
                next.push(song_finded.tracks[0])
 | 
					                next.push(song_finded.tracks[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user