Fix dblcom header

This commit is contained in:
Adriene Hutchins 2020-03-03 14:22:17 -05:00
parent 91709f3957
commit 34c5a315e2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class BotList(commands.Cog, name='Bot List'):
# Call Prereqs
dblcom_call += f"/bots/{self.bot.user.id}/stats"
dblcom_data = {'guilds': len(self.bot.guilds)}
dblcom_headers = {'Authorization': f"Bot self.dblcom_token"}
dblcom_headers = {'Authorization': f"Bot {self.dblcom_token}"}
# Call Handling
async with self.request.post(dblcom_call,