Telegram bot sending messages via Discord hooks
Find a file
2025-10-26 12:56:06 +04:00
cli Add project files 2025-10-26 12:25:44 +04:00
internal Chore: Format files 2025-10-26 12:56:06 +04:00
.gitignore Init project 2025-10-26 12:19:32 +04:00
go.mod Chore: Update dependecies 2025-10-26 12:23:47 +04:00
go.sum Chore: Update dependecies 2025-10-26 12:23:47 +04:00
LICENSE Initial commit 2025-09-16 08:32:21 +03:00
README.md Readme: Add install section 2025-10-26 12:21:53 +04:00

hookbot

Telegram bot sending messages via Discord hooks

Install

git clone git@git.miroq.ru:salormoon/hookbot
cd hookbot
go build -ldflags="-s -w" -o hookbot cli/main.go