get-got / discord-downloader-go

A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
MIT License
271 stars 30 forks source link

Emojis Suggestion #101

Closed YesYesTheDev closed 8 months ago

YesYesTheDev commented 11 months ago

I just wanted to suggest maybe you add settings for the emojis so you can save the emojis to a certain directory instead of them being saved into a emojis directory where the exe is located

get-got commented 8 months ago

@YesYesTheDev Reworked emojis and added support for stickers for next release. https://github.com/get-got/discord-downloader-go/commit/fc02c7501a154c7eaf23f17aa57c2239c55814b1

Dropped the emojis command and made it settings-based. It runs upon launch after all of the other startup finishes.

"emojisServers": [ "123", "456" ],
"emojisDestination": "X:/emojis", // optional, will just use subfolder "emojis" if not included. will automatically create subfolders with the server name.
"emojisFilenameFormat": "{{name}}", // optional, default is "{{ID}} {{name}}"

"stickersServers": [ "123", "456" ],
"stickersDestination": "X:/stickers", // optional, will just use subfolder "stickers" if not included. will automatically create subfolders with the server name.
"stickersFilenameFormat": "{{name}}", // optional, default is "{{ID}} {{name}}"