Araeynn commited on
Commit
9a0cfb7
·
verified ·
1 Parent(s): 8b0de47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ ph = st.empty()
20
  def syncMessages():
21
  with ph.container():
22
  st.markdown(f"`Status:` :green[**Running**]")
 
23
  if os.listdir("data") == []:
24
  return 0
25
  dirs = st.tabs(os.listdir("data"))
 
20
  def syncMessages():
21
  with ph.container():
22
  st.markdown(f"`Status:` :green[**Running**]")
23
+ st.link_button(label="Invite the Bot", url="https://discord.com/api/oauth2/authorize?client_id=1116821362695221349&permissions=1067299753024&scope=bot", type="primary")
24
  if os.listdir("data") == []:
25
  return 0
26
  dirs = st.tabs(os.listdir("data"))