Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gadost committed Feb 8, 2022
1 parent ffff8c1 commit a26699e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ token = "1234567:SecRetTokernByBoTfaTher"
# "chat":"id" : "<CHAT_ID>"
chat_id = "-10000000"
[discord]
# will be implemented in future updates
enabled = true
token = "SecRetTokernByBoTfaTher"
channel_id = 1234567890
[twilio]
# will be implemented in future updates
[mail]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.17

require (
github.com/BurntSushi/toml v1.0.0
github.com/bwmarrin/discordgo v0.23.2
github.com/tendermint/tendermint v0.35.1
gopkg.in/telebot.v3 v3.0.0-20220130115853-f0291132d3c3
)

require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/bwmarrin/discordgo v0.23.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand Down

0 comments on commit a26699e

Please sign in to comment.