From 7c1703e5d1a84aa866f255b3b322b779c4a3192e Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 14 Feb 2026 19:57:10 +0100 Subject: added `srv/` --- edited `readme.md` Signed-off-by: czjstmax --- .gitignore | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0c4db2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +srv/ diff --git a/readme.md b/readme.md index 3460923..10a706c 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,5 @@ # ambient — [![Add bot on Discord](https://img.shields.io/badge/add%20bot%20on-discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/oauth2/authorize?client_id=1463545152722174024&permissions=2097152&integration_type=0&scope=bot+applications.commands) **ambient** is a minimalistic discord bot that streams [a playlist from youtube](https://www.youtube.com/playlist?list=PLuI-iSzcTZFUfVlc9OoZL5LbubQ_T_st9)(i made it uwu), 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. -- cgit v1.3.1