Spaces:
Runtime error
Runtime error
Sébastien De Greef
commited on
Commit
·
cf2912d
1
Parent(s):
feba30b
chore: Update README.md and add startup script and requirements.txt
Browse files- README.md +1 -1
- on_startup.sh +1 -0
- requirements.txt +1 -0
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: Discord Bot
|
| 3 |
emoji: 👀
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
|
|
|
| 2 |
title: Discord Bot
|
| 3 |
emoji: 👀
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
on_startup.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
echo "#### BOT STARTUP ####"
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
discord.py
|