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 });
|
||||
}, 500);
|
||||
return {
|
||||
reaction: 'like'
|
||||
reaction: '🎨'
|
||||
};
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue