From 906e36061ea0c76bf3c4d5b19d755c30689174d5 Mon Sep 17 00:00:00 2001 From: walcutt Date: Tue, 27 Feb 2024 23:11:46 -0500 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index adabcd2..155c25d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # asher A Discord bot for Best Friends In the World et. al. + +## Structure +This bot is based on *Routines*. A *Routine* is a function that takes an event as a parameter, and is then registered to an event type. + +If you want to add new functionality, you probably want to add a new *Routine*! + +Write a routine as a short module (you can see examples inside!), then add it to `src/routines/routineManifest.js`, and it will get hooked into discord events automatically. \ No newline at end of file