diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | readme.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0c4db2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +srv/ @@ -3,4 +3,5 @@ # ambient — [](https://discord.com/oauth2/authorize?client_id=1463545152722174024&permissions=2097152&integration_type=0&scope=bot+applications.commands) **ambient** is a <ins>minimalistic</ins> discord bot that streams [a playlist from youtube](https://www.youtube.com/playlist?list=PLuI-iSzcTZFUfVlc9OoZL5LbubQ_T_st9)<sup>(i made it uwu)</sup>, nothing more. -###### note: i host this on my thinkpad so it **will** have downtimes — i should be hosting it on my oracle vps thing but it sucks +> note: i host this on my thinkpad so it **will** have downtimes — i should be hosting it on my oracle vps thing but it sucks +> note 2: the `srv` directory just has the `ambient.py` with the token. that's why it's `.gitignore`d. |