seawolf2357 commited on
Commit
15e984f
·
verified ·
1 Parent(s): ec62247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ intents.guilds = True
16
  intents.guild_messages = True
17
 
18
  # Claude API 클라이언트 설정
19
- claude_client = anthropic.Anthropic(api_key=os.getenv("CLAUDE")
20
 
21
  # 특정 채널 ID
22
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
 
16
  intents.guild_messages = True
17
 
18
  # Claude API 클라이언트 설정
19
+ claude_client = anthropic.Anthropic(api_key=os.getenv("CLAUDE"))
20
 
21
  # 특정 채널 ID
22
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))