From d8eff85d5840910cbfe19eb93c64c513844a2b55 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 28 Jun 2021 21:41:46 -0400 Subject: [PATCH] Add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f58b35 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# NodBot +A simple Discord bot created by @voidf1sh#0420 for retreiving gifs, saving copypastas, and more coming soon. + +## Features +Dynamic Help Message +Ability to save favorite gifs and copypastas + +## Usage +Search for any gif with `search query here.gif` +Save a favorite gif with `/save-gif ` +Recall a saved gif with `gif_name.gif` + +Save a favorite copypasta with `/save-pasta ` +Recall a saved copypasta with `pasta_name.pasta` + +## To Do +Clean up text input for copypastas, line breaks and apostrophes break the bot. +Add ability to reload commands, gifs, pastas, etc without rebooting the bot manually. \ No newline at end of file