From a3ddbb16541c2a0ce04cafeb5309061db65b17df Mon Sep 17 00:00:00 2001 From: Andrey <50486086+DarkCat09@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:31:49 +0400 Subject: [PATCH] Removed token for security --- catmusicbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catmusicbot.py b/catmusicbot.py index 57ceedb..b7b32d1 100644 --- a/catmusicbot.py +++ b/catmusicbot.py @@ -8,7 +8,7 @@ import yandex_music # https://discord.com/api/oauth2/authorize?client_id=861599847441104926&permissions=2184277249&scope=bot # Options -token = 'ODYxNTk5ODQ3NDQxMTA0OTI2.YOMJYw.8Q6ZIfp_hr4_TCJYOwoAebhPAI0' +token = '*** YOUR TOKEN ***' bot = commands.Bot(command_prefix='/') # Setting up YandexMusic ymcl = yandex_music.Client.from_credentials('achtest22@yandex.ru', 'tEs#t22')