Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ intents = discord.Intents.default()
|
|
14 |
intents.message_content = True
|
15 |
|
16 |
# API ํด๋ผ์ด์ธํธ ์ค์
|
17 |
-
api_client = Client("http://211.233.58.202:
|
18 |
|
19 |
# ๋์ค์ฝ๋ ๋ด ํด๋์ค
|
20 |
class MyClient(discord.Client):
|
|
|
14 |
intents.message_content = True
|
15 |
|
16 |
# API ํด๋ผ์ด์ธํธ ์ค์
|
17 |
+
api_client = Client("http://211.233.58.202:7953")
|
18 |
|
19 |
# ๋์ค์ฝ๋ ๋ด ํด๋์ค
|
20 |
class MyClient(discord.Client):
|