Update info about Imag
This commit is contained in:
parent
aca57dba68
commit
320cff39b4
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Quotes bot
|
# 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.
|
See `config.example.mjs` to configure it.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ See `config.example.mjs` to configure it.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cp config.example.mjs config.mjs
|
cp config.example.mjs config.mjs
|
||||||
vim config.mjs # Configure it
|
$EDITOR config.mjs # Configure it
|
||||||
docker compose build --no-cache
|
docker compose build --no-cache
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
|
@ -344,7 +344,7 @@ async function on_room_message(room_id, event) {
|
||||||
await client.replyText(
|
await client.replyText(
|
||||||
room_id,
|
room_id,
|
||||||
event,
|
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 (
|
else if (
|
||||||
event["content"]["body"]
|
event["content"]["body"]
|
||||||
|
@ -402,7 +402,7 @@ Available commands:<br/>
|
||||||
await client.replyText(
|
await client.replyText(
|
||||||
room_id,
|
room_id,
|
||||||
event,
|
event,
|
||||||
"look at this idiot lmfaoo",
|
"you don't have permissions for that 😾",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue