Skip to content

Commit

Permalink
chore: add plugin cryptocurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 15, 2021
1 parent b7eff39 commit 66cae53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ tsconfig.temp.json
/test
/utsuho

/packages/plugin-cryptocurrency

todo.md
yarn.lock
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
// 协议类型
type: 'onebot:http',
// 机器人自己的账号
selfId: 123456789,
selfId: '123456789',
// 插件列表
plugins: {
common: {},
Expand Down

0 comments on commit 66cae53

Please sign in to comment.