Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora233 committed Nov 21, 2021
0 parents commit 534ffa8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.idea
/application.yaml
/device.json
/logs
/miraigo-logs
/qrcode.png
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DDBOT-Template

这个仓库是ddbot插件的基础模版,可以用来当做脚手架
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/Sora233/ddbot-template

go 1.16

require (
github.com/Sora233/DDBOT v1.0.1-0.20211120042356-8317fe79b9cc
github.com/Sora233/MiraiGo-Template v0.0.0-20211119083153-e8b7a8dc8f32
github.com/sirupsen/logrus v1.8.1
)

replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0

0 comments on commit 534ffa8

Please sign in to comment.