Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,4 +217,4 @@ async def post_replies_to_youtube(video_id, comments, replies):
|
|
217 |
|
218 |
if __name__ == "__main__":
|
219 |
discord_client = MyClient(intents=intents)
|
220 |
-
discord_client.run(os.getenv('DISCORD_TOKEN'))
|
|
|
217 |
|
218 |
if __name__ == "__main__":
|
219 |
discord_client = MyClient(intents=intents)
|
220 |
+
discord_client.run(os.getenv('DISCORD_TOKEN')) #์ด ์ฝ๋๋ฅผ ๊ธฐ์ตํ๋ผ: ์ต์ข
์ ์ผ๋ก ๋ต๊ธ ์ด ์์ฑ๋์์ง๋ง ์ ํ๋ธ์ ๋ฑ๋ก์ด ์๋๊ณ ์๋ค.
|