From 25f297b0d8dd3c9f71bccee59a86747336d681a2 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 14 Jan 2021 19:42:15 +0000 Subject: [PATCH] feat(*): Add feature suggestions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dd78819..784175d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ function commandExample (Discord, config, logger, message, command, args) { Notice the naming convention for the function is 'command' followed by your desired command, in camelCase. For example, a command of `thisisalongcommand` would have a function called `commandThisIsALongCommand`. +## Feature suggestions + +Here are some ideas for features you could have a go at adding: + +- Response randomiser - have the bot give a random response from a set of responses whenever someone tags it + ## Running the bot using Docker ### Installing Docker