From 5932e5273a4ceea5f11aeeb7513e7f6cafd83a96 Mon Sep 17 00:00:00 2001 From: Skye Bleed Date: Sun, 8 Sep 2019 06:21:02 -0500 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe53c12..e4fc7f9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ A discord bot made for Question of the Day in Oceanland! Assuming you have [Rust](https://rust-lang.org) installed, a simple `cargo run` should build fishy and its dependancies. ### Usage -The command syntax is simply `fishy TOKEN`, where TOKEN is the token for the bot you're running. +Firstly, you need to create a database file. Make an empty file and run `fishy create path/to/database` + +After that, the command syntax is `fishy path/to/database TOKEN`, where TOKEN is the token for the bot you're running.