seawolf2357 commited on
Commit
e3ee3d4
ยท
verified ยท
1 Parent(s): 8ca1e9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:7960/")
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):