Narchethan commited on
Commit
e6adaf8
·
verified ·
1 Parent(s): 595c635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def run_discord_bot():
96
 
97
  # Gradio interface to keep the Space alive
98
  def create_interface():
99
- invite_url = "Add this bot to your server by following this URL: https://discord.com/oauth2/authorize?client_id=1347943651363389440&permissions=515396454464&integration_type=0&scope=bot
100
  with gr.Blocks(title="Discord Bot Invite") as demo:
101
  gr.Markdown(f"# Discord Bot\n{invite_url}")
102
  return demo
 
96
 
97
  # Gradio interface to keep the Space alive
98
  def create_interface():
99
+ invite_url = "Add this bot to your server by following this URL: https://discord.com/oauth2/authorize?client_id=1347943651363389440&permissions=515396454464&integration_type=0&scope=bot"
100
  with gr.Blocks(title="Discord Bot Invite") as demo:
101
  gr.Markdown(f"# Discord Bot\n{invite_url}")
102
  return demo