DisTee is a GO tool that works like tee command, Feed input to distee through the stdin.
Crafted By : github.com/vsec7
go install -v github.com/vsec7/distee@latest
distee -setup
▶ echo "Hello Cath" | distee
▶ cat file.txt | distee -c <channel_id>
▶ cat file.txt | distee -c <channel_id> -t <title> -code
Options :
-setup, --setup Setup Configuration
-c, --c <channel_id> Send message to custom channel_id
-t, --t <title> Send message with title
-code, --code Send message with code markdown
-config, --config <config.yaml> Set custom config.yaml location
[?] How to find the token ? READ HERE
[?] How to find the channel id ?
https://discord.com/channels/8173952126616XXXXX/<8174070495026XXXXX> <= Channel ID
- github.com/bwmarrin/discordgo