From 3c2170d0f5b1d65e9e608d4695fd94c8f23221d7 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 9 Jan 2023 16:01:15 -0500 Subject: [PATCH] basic info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7d61ef..5adcb01 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Matrix Bot Template +# Vanish -Run `pnpm add matrix-bot-sdk` after cloning template. +Run `pnpm add matrix-bot-sdk` after cloning. Bot configuration is defined in `config.json`. -Add `"type": "module"` to `package.json` to use the import statement. \ No newline at end of file +Bot will delete all messages sent except messages that begin with the 'key' string defined in `config.json`.