Skip to content

Commit

Permalink
Add statistics feature & Move bot functions to bot-core.js
Browse files Browse the repository at this point in the history
Signed-off-by: Siubeng Fung <[email protected]>
  • Loading branch information
fython committed Jul 13, 2020
1 parent 78b3d09 commit 7a68a97
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 802 deletions.
5 changes: 5 additions & 0 deletions bot.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ module.exports = {
botToken: '',
botProxy: null,
botAdmins: [],
statistics: {
enabled: false,
redisServer: '127.0.0.1:6379',
selectDB: 1
},
danmakuSources: [
{
id: 'bilibili',
Expand Down
Loading

0 comments on commit 7a68a97

Please sign in to comment.