mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
リマインダーの優先度を一番上にした
This commit is contained in:
parent
edf3b65886
commit
8973e658da
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,7 @@ promiseRetry(retry => {
|
|||
// 藍起動
|
||||
new 藍(account, [
|
||||
new CoreModule(),
|
||||
new ReminderModule(),
|
||||
new summonCat(),
|
||||
new EmojiModule(),
|
||||
new EmojiReactModule(),
|
||||
|
@ -93,7 +94,6 @@ promiseRetry(retry => {
|
|||
new SleepReportModule(),
|
||||
new NotingModule(),
|
||||
// new PollModule(),
|
||||
new ReminderModule(),
|
||||
new DicModule(),
|
||||
new menuModule(),
|
||||
new GetColorModule(),
|
||||
|
|
Loading…
Reference in a new issue