Update readme
This commit is contained in:
parent
c4e485f541
commit
906e36061e
@ -1,2 +1,9 @@
|
|||||||
# asher
|
# asher
|
||||||
A Discord bot for Best Friends In the World et. al.
|
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.
|
||||||
Loading…
x
Reference in New Issue
Block a user