From 2f63295e2048ae7d573af2ed9f0e9fa30ae785cf Mon Sep 17 00:00:00 2001 From: "Erik K. Nyquist" Date: Thu, 23 Feb 2023 02:47:25 +0000 Subject: [PATCH] Updating README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index dea3ffb..3ffed16 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,11 @@ Some out-of-the-box features include: * Telling knock-knock jokes (and remembering jokes that are told by discord users) * Looking something up on wikipedia (or providing a summary of a random wikipedia article) * Interactive trivia questions (via opentdb.com) +* Collaborative story writing; provide a randomly selected story prompt, and collect + everyone's contributions to build a story together + +All of the features mentioned above are implemented as modular plugins in the ``nedry/builtin_plugins`` +directory, which serves as a helpful reference for plugin writers. To get started right away, see the `Quick start`_ section.