Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
lavalink translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepultrex authored Sep 3, 2024
1 parent 9cb5bf5 commit 78c11de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/music/remote_lavalink_serverlist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pip install requests ou adicione requests no requirements.txt (caso não tenha, crie esse arquivo com o nome requests nele).
# pip install request veya request.txt dosyasına add request ekleyin (değilse, içinde request adı bulunan bu dosyayı oluşturun).
import re
import traceback
from configparser import ConfigParser
Expand Down Expand Up @@ -43,8 +43,8 @@ def get_lavalink_servers():

lavalink_nodes = {}

print(f"Baixando lista de servidores lavalink da fonte: https://lavalink-list.darrennathanael.com/\n"
"Nota: Devido a esses servidores lavalink serem públicos, os mesmos podem apresentar instabilidade.")
print(f"Lavalink sunucu listesini kaynaktan indiriyorum: https://lavalink-list.darrennathanael.com/\n"
"Not: Bu lavalink sunucuları herkese açık olduğundan kararsız olabilirler.")

for url_type, url in lavalink_urls.items():

Expand Down

0 comments on commit 78c11de

Please sign in to comment.