From dac6cd95bfdacd311db0a412a6693ed7d87c03b7 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 10 Jan 2019 04:03:36 +0000 Subject: [PATCH] Changed bravos link to one that points to actual API page. --- credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials.py b/credentials.py index 60f8309..e339fc2 100644 --- a/credentials.py +++ b/credentials.py @@ -1,4 +1,4 @@ secrets = { 'TOKEN': "https://discordapp.com/developers/applications/ > BOTNAME > Bot > 'copy token'", - 'BRAVOS_API': 'https://bravos.co/a/login' + 'BRAVOS_API': 'https://bravos.co/a/data' }