Update app.py
Browse files
app.py
CHANGED
|
@@ -161,12 +161,10 @@ if not DISCORD_TOKEN:
|
|
| 161 |
## 7. The token from step 3 is the DISCORD_TOKEN. Rerun the deploy_discord command, e.g client.deploy_discord(discord_bot_token=DISCORD_TOKEN, ...), or add the token as a space secret manually.
|
| 162 |
"""
|
| 163 |
else:
|
| 164 |
-
permissions = Permissions(326417525824)
|
| 165 |
-
url = oauth_url(bot.user.id, permissions=permissions)
|
| 166 |
welcome_message = f"""
|
| 167 |
## Add this bot to your server by clicking this link:
|
| 168 |
|
| 169 |
-
|
| 170 |
|
| 171 |
## How to use it?
|
| 172 |
|
|
|
|
| 161 |
## 7. The token from step 3 is the DISCORD_TOKEN. Rerun the deploy_discord command, e.g client.deploy_discord(discord_bot_token=DISCORD_TOKEN, ...), or add the token as a space secret manually.
|
| 162 |
"""
|
| 163 |
else:
|
|
|
|
|
|
|
| 164 |
welcome_message = f"""
|
| 165 |
## Add this bot to your server by clicking this link:
|
| 166 |
|
| 167 |
+
https://discord.com/api/oauth2/authorize?client_id=1155169841276260546&permissions=326417516544&scope=bot
|
| 168 |
|
| 169 |
## How to use it?
|
| 170 |
|