Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(nam
|
|
13 |
intents = discord.Intents.default()
|
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):
|
|
|
13 |
intents = discord.Intents.default()
|
14 |
intents.message_content = True
|
15 |
|
16 |
+
# API ํด๋ผ์ด์ธํธ ์ค์ + id/pw ๋ฐ์ ๋ฐฉ๋ฒ์์
|
17 |
+
api_client = Client("http://211.233.58.202:7953", auth=("gini", "pick"))
|
18 |
|
19 |
# ๋์ค์ฝ๋ ๋ด ํด๋์ค
|
20 |
class MyClient(discord.Client):
|