From d28a8f83396a2fd05661529aed94a86d84a75e68 Mon Sep 17 00:00:00 2001 From: Andrey <50486086+DarkCat09@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:22:13 +0400 Subject: [PATCH] Removed token --- getp2pbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getp2pbot.py b/getp2pbot.py index b74862c..b5f129b 100644 --- a/getp2pbot.py +++ b/getp2pbot.py @@ -9,7 +9,7 @@ from lxml import html # https://discord.com/api/oauth2/authorize?client_id=866933457967513630&permissions=2147585024&scope=bot # Setting Up -token = 'ODY2OTMzNDU3OTY3NTEzNjMw.YPZwsw.MFEC2UJt1rJ3wvFPYB1qxRDNIzo' +token = '*** YOUR TOKEN ***' bot = commands.Bot(command_prefix='/') @bot.command()