Update info about Imag

This commit is contained in:
nyx 2025-01-31 08:06:55 -06:00
parent aca57dba68
commit 320cff39b4
2 changed files with 4 additions and 4 deletions

View file

@ -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
```

View file

@ -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:<br/>
await client.replyText(
room_id,
event,
"look at this idiot lmfaoo",
"you don't have permissions for that 😾",
);
}