lunarflu HF staff commited on
Commit
d8fcf36
·
verified ·
1 Parent(s): f7a2ff4

change button to test channel in HF server

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,10 +25,10 @@ async def on_ready():
25
  print(f'Logged in as {bot.user}')
26
 
27
  if BUTTON_MESSAGE_ID:
28
- channel = bot.get_channel(1106995001155649680)
29
  if channel:
30
  try:
31
- message = await channel.fetch_message(1266438263531634708)
32
  if message:
33
  button = DMButton(label="Verify Discord Account", style=discord.ButtonStyle.primary)
34
  view = View(timeout=None)
 
25
  print(f'Logged in as {bot.user}')
26
 
27
  if BUTTON_MESSAGE_ID:
28
+ channel = bot.get_channel(932563860597121054)
29
  if channel:
30
  try:
31
+ message = await channel.fetch_message(1269917762327674974)
32
  if message:
33
  button = DMButton(label="Verify Discord Account", style=discord.ButtonStyle.primary)
34
  view = View(timeout=None)