mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
リアクションの絵文字を変更
This commit is contained in:
parent
d23ffe197c
commit
4099fa30b6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default class extends Module {
|
||||||
msg.reply(message, { file });
|
msg.reply(message, { file });
|
||||||
}, 500);
|
}, 500);
|
||||||
return {
|
return {
|
||||||
reaction: 'like'
|
reaction: '🎨'
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue