From b976380cd911e1848bb742ae1eabf051d016b013 Mon Sep 17 00:00:00 2001 From: Nilstrieb Date: Fri, 2 Apr 2021 16:53:41 +0200 Subject: [PATCH] create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c4ac84 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# recommendation-bot + +A small discord bot. + +Use the 'recommend' (alias: reco, r) command to say that you liked something (a show for example). +Use the 'subscribe' (alias: sub, s) command to subscribe to other users, making their recommendations +have a bigger weight. + +Recommendations are stored using Neo4J, a Graph Database \ No newline at end of file