cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

[feature] investigate if we can attach a file to Discord so people can download their .cfg file instead of risking saving it as .txt #100

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

At least 2x users have run into the problem of saving the config with the wrong extension.

cannawen commented 1 year ago
Screen Shot 2023-06-19 at 7 12 21 AM
cannawen commented 1 year ago

Getting a pretty suspicious warning when we do the file thing

(node:5474) ExperimentalWarning: buffer.File is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

I'm sure it'll be fine.