Add help message for Inuktitut Syllabics
This commit is contained in:
parent
eb61eb1617
commit
c51c945660
4
index.ts
4
index.ts
|
@ -1,4 +1,4 @@
|
||||||
const version = "2.0.0";
|
const version = "2.0.1";
|
||||||
import x2i from "./x2i";
|
import x2i from "./x2i";
|
||||||
import { existsSync } from "fs";
|
import { existsSync } from "fs";
|
||||||
|
|
||||||
|
@ -45,6 +45,8 @@ function help(roomId) {
|
||||||
Use (x/z/p) together with either / or [] as delimeters
|
Use (x/z/p) together with either / or [] as delimeters
|
||||||
x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀
|
x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀
|
||||||
|
|
||||||
|
I also can transcribe to Inuktitut Syllabics like this: i[tusaumaqattautijjutinik aulattijiit].
|
||||||
|
|
||||||
Find my source at https://github.com/Dali99/matrix-wug`;
|
Find my source at https://github.com/Dali99/matrix-wug`;
|
||||||
|
|
||||||
client.sendNotice(roomId, message);
|
client.sendNotice(roomId, message);
|
||||||
|
|
Loading…
Reference in New Issue