aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1e1c450
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Discord bot that notifies you when your user count in a guild is prime
+
+Also this was written in bash
+
+## Installation
+
+Required software:
+
+ - bash 5
+ - jq 1.6
+ - curl 8.2.1
+ - websocat
+ - paste
+
+Copy `env-example.sh` to `env.sh` and enter your variables.
+
+Run `./bot.sh`
+