Removed token

This commit is contained in:
Andrey 2021-07-20 16:22:13 +04:00 committed by GitHub
parent e88ef349c4
commit d28a8f8339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ from lxml import html
# https://discord.com/api/oauth2/authorize?client_id=866933457967513630&permissions=2147585024&scope=bot # https://discord.com/api/oauth2/authorize?client_id=866933457967513630&permissions=2147585024&scope=bot
# Setting Up # Setting Up
token = 'ODY2OTMzNDU3OTY3NTEzNjMw.YPZwsw.MFEC2UJt1rJ3wvFPYB1qxRDNIzo' token = '*** YOUR TOKEN ***'
bot = commands.Bot(command_prefix='/') bot = commands.Bot(command_prefix='/')
@bot.command() @bot.command()