Minor name change

This commit is contained in:
thecosmos
2019-05-07 21:46:21 +05:30
parent 628103f5e4
commit c5af5ab91a
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ discord = DiscordOAuth2Session(OAUTH2_CLIENT_ID, OAUTH2_CLIENT_SECRET, OAUTH2_RE
@app.route("/")
def index():
return discord.make_session(configs.ALL_SCOPES)
return discord.create_session(configs.ALL_SCOPES)
@app.route("/callback")