mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
Minor name change
This commit is contained in:
@@ -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