Skip to content

Commit 5466e35

Browse files
committed
Fix issues from CodeRabbit's review
1 parent 6ae68c5 commit 5466e35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/developing_bot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,22 @@ You need to add at least the following for your bot:
209209
`en.json`
210210
```json
211211
{
212+
...
212213
"knowNothing": {
213214
"name": "Know Nothing"
214215
},
216+
...
215217
}
216218
```
217219

218220
`zh.json`
219221
```json
220222
{
223+
...
221224
"knowNothing": {
222225
"name": "啥都不懂"
223226
},
227+
...
224228
}
225229
```
226230

0 commit comments

Comments
 (0)