Allow User Tokens

This commit is contained in:
Timo Ley 2021-05-07 22:49:40 +02:00
parent a1bda440ef
commit d902319da7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class _HttpClient extends http.BaseClient {
// ignore: public_member_api_docs
_HttpClient(INyxx client) {
this._authHeader = {
"Authorization" : "Bot ${client._token}"
"Authorization" : "${client._token}"
};
}