seawolf2357 commited on
Commit
74ccf1c
โ€ข
1 Parent(s): c14bfb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -21,6 +21,12 @@ intents.guild_messages = True
21
  # ์ถ”๋ก  API ํด๋ผ์ด์–ธํŠธ ์„ค์ •
22
  hf_client = InferenceClient(token=os.getenv("HF_TOKEN"))
23
 
 
 
 
 
 
 
24
  class MyClient(discord.Client):
25
  def __init__(self, *args, **kwargs):
26
  super().__init__(*args, **kwargs)
 
21
  # ์ถ”๋ก  API ํด๋ผ์ด์–ธํŠธ ์„ค์ •
22
  hf_client = InferenceClient(token=os.getenv("HF_TOKEN"))
23
 
24
+
25
+ # SPECIFIC_CHANNEL_ID๋ฅผ ์›ํ•˜๋Š” ์ฑ„๋„์˜ ์ˆซ์ž ID๋กœ ์ •์˜
26
+ SPECIFIC_CHANNEL_ID = 1251774883113734167 # ์‹ค์ œ ์ฑ„๋„ ID๋กœ ๊ต์ฒดํ•˜์„ธ์š”
27
+
28
+
29
+
30
  class MyClient(discord.Client):
31
  def __init__(self, *args, **kwargs):
32
  super().__init__(*args, **kwargs)