Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ bot = commands.Bot(
|
|
| 13 |
strip_after_prefix=True,
|
| 14 |
help_command=None,
|
| 15 |
intents=intents,
|
| 16 |
-
proxy="http://
|
| 17 |
)
|
| 18 |
@bot.event
|
| 19 |
async def on_ready():
|
|
|
|
| 13 |
strip_after_prefix=True,
|
| 14 |
help_command=None,
|
| 15 |
intents=intents,
|
| 16 |
+
proxy="http://207.178.166.187:443"
|
| 17 |
)
|
| 18 |
@bot.event
|
| 19 |
async def on_ready():
|