mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 06:57:04 +01:00
Typo update user token
This commit is contained in:
parent
1cf80a4712
commit
f447305b03
@ -11,7 +11,7 @@ avatar_base_url = "https://cdn.discordapp.com/avatars/"
|
|||||||
guild_icon_url = "https://cdn.discordapp.com/icons/"
|
guild_icon_url = "https://cdn.discordapp.com/icons/"
|
||||||
|
|
||||||
def update_user_token(discord_token):
|
def update_user_token(discord_token):
|
||||||
session['user_keys'] = discord_tokeidn
|
session['user_keys'] = discord_token
|
||||||
|
|
||||||
def make_authenticated_session(token=None, state=None, scope=None):
|
def make_authenticated_session(token=None, state=None, scope=None):
|
||||||
return OAuth2Session(
|
return OAuth2Session(
|
||||||
|
Loading…
Reference in New Issue
Block a user