mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-04-24 16:40:43 +03:00
Minor name change
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user