mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
index.ts
This commit is contained in:
parent
b4dabbe8fd
commit
f58366dfdd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default class extends Module {
|
|||
|
||||
@bindThis
|
||||
private async mentionHook(msg: Message) {
|
||||
if (msg.includes(['占', 'うらな', '運勢', 'おみくじ'])) {
|
||||
if (msg.includes(['Fortune telling', 'うらな', 'fortune', 'おみくじ'])) {
|
||||
const date = new Date();
|
||||
const seed = `${date.getFullYear()}/${date.getMonth()}/${date.getDate()}@${msg.userId}`;
|
||||
const rng = seedrandom(seed);
|
||||
|
|
Loading…
Reference in a new issue