Spaces:
Paused
Paused
Update app.py
Browse files
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"))
|