From a26699ee3132b8e821101d499cb6509631fd8e56 Mon Sep 17 00:00:00 2001 From: Max N Date: Tue, 8 Feb 2022 14:12:58 +0200 Subject: [PATCH] update --- README.md | 4 +++- go.mod | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e537b46..3269ebc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ token = "1234567:SecRetTokernByBoTfaTher" # "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] diff --git a/go.mod b/go.mod index 6fc52a7..99dda79 100644 --- a/go.mod +++ b/go.mod @@ -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