aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2026-04-09 01:22:38 -0400
committerAndrew Lee <andrew@alee14.me>2026-04-09 01:22:38 -0400
commitf8b93cf133126b57d85d8a5fc424fc87ad2f4459 (patch)
tree53f16e8c0a2d65b1df1981292bdaa736ec1e1e76 /README.md
downloadbnbmc-announcement-api-f8b93cf133126b57d85d8a5fc424fc87ad2f4459.tar.gz
bnbmc-announcement-api-f8b93cf133126b57d85d8a5fc424fc87ad2f4459.tar.bz2
bnbmc-announcement-api-f8b93cf133126b57d85d8a5fc424fc87ad2f4459.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..409b1c4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# bnbmc-announcement-api
+Reads messages from the bits & Bytes Minecraft General Announcements, and displays it on the website.
+
+# Configuration
+```
+TOKEN=[token]
+ANNOUNCEMENT_CHANNEL=[channel_id]
+```