diff --git a/README.md b/README.md index 9767acb..8cf7598 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Quotes bot -A quotes bot integrating with [Imag](https://ari.lt/gh/imag) ! +A quotes bot integrating with [Imag](https://git.everypizza.im/n/imag)! See `config.example.mjs` to configure it. @@ -8,7 +8,7 @@ See `config.example.mjs` to configure it. ```sh cp config.example.mjs config.mjs -vim config.mjs # Configure it +$EDITOR config.mjs # Configure it docker compose build --no-cache docker compose up -d ``` diff --git a/index.mjs b/index.mjs index 7ec1194..38f0c98 100644 --- a/index.mjs +++ b/index.mjs @@ -344,7 +344,7 @@ async function on_room_message(room_id, event) { await client.replyText( room_id, event, - "https://ari.lt/gh/quotes-bot (contact @ari:ari.lt for any details :))", + "https://git.everypizza.im/n/quotes-bot (contact @n:everypizza.im for details or help on setting up your own!)", ); else if ( event["content"]["body"] @@ -402,7 +402,7 @@ Available commands:
await client.replyText( room_id, event, - "look at this idiot lmfaoo", + "you don't have permissions for that 😾", ); }