Removed token for security

This commit is contained in:
Andrey 2021-07-06 14:31:49 +04:00 committed by GitHub
parent 92cc80294a
commit a3ddbb1654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import yandex_music
# https://discord.com/api/oauth2/authorize?client_id=861599847441104926&permissions=2184277249&scope=bot # https://discord.com/api/oauth2/authorize?client_id=861599847441104926&permissions=2184277249&scope=bot
# Options # Options
token = 'ODYxNTk5ODQ3NDQxMTA0OTI2.YOMJYw.8Q6ZIfp_hr4_TCJYOwoAebhPAI0' token = '*** YOUR TOKEN ***'
bot = commands.Bot(command_prefix='/') bot = commands.Bot(command_prefix='/')
# Setting up YandexMusic # Setting up YandexMusic
ymcl = yandex_music.Client.from_credentials('achtest22@yandex.ru', 'tEs#t22') ymcl = yandex_music.Client.from_credentials('achtest22@yandex.ru', 'tEs#t22')