1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 15:17:29 +00:00

Changed bravos link to one that points to actual API page.

This commit is contained in:
Anson Biggs 2019-01-10 04:03:36 +00:00
parent f0d41a6310
commit dac6cd95bf

View File

@ -1,4 +1,4 @@
secrets = { secrets = {
'TOKEN': "https://discordapp.com/developers/applications/ > BOTNAME > Bot > 'copy token'", 'TOKEN': "https://discordapp.com/developers/applications/ > BOTNAME > Bot > 'copy token'",
'BRAVOS_API': 'https://bravos.co/a/login' 'BRAVOS_API': 'https://bravos.co/a/data'
} }