mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
README.md
Added line to enable colored text in noting module. Color or any other MFM must be changed manually in index.ts file.
This commit is contained in:
parent
c34fb10c4c
commit
9af4264cd0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Next, create `config.json` in that directory. The contents should be as follows:
|
|||
"i": "Access token for the account you want to run as Ai",
|
||||
"master": "Administrator username (optional)",
|
||||
"notingEnabled": "Enter false to disable random note posting",
|
||||
"colorNotes": "Enter true to enable colored text for Notes, or any other MFM style.",
|
||||
"keywordEnabled": "Enter true to enable keyword memorization (requires MeCab) (enter false to disable)",
|
||||
"chartEnabled": "Enter false to disable chart function",
|
||||
"reversiEnabled": "Enter true to enable the function to play Reversi with Ai (enter false to disable)",
|
||||
|
|
Loading…
Reference in a new issue