-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not stripping url arguments for discord images #51
Comments
could you give me raw url? |
Examples:
|
minecraft version is ? also,we don't support |
Minecraft 1.20.1 Ok, but one is |
now, not support |
Any chance to adding suport for parameters to mod? We are using discordsrv and it will be super cool to not switch windows and enjoy image content ingame. |
It is very difficult to determine the valid length of the url when the url with parameters is in a sentence. A better way is for discordsrv to support CICode usage |
Why just not to look at url as one word from http/etc. and try first if it is a valid image response else use current behavior? |
I'll try to make feature suggestion od discordsrv github, but i think not that much people will use CICode functionality. So probably time to find some workaround on discord to download and upload images elsewhere and send link to them into channel as bot, idk :( //Why am i stupid, it will not help on discordsrv supporting cicode |
I'll try to implement a url with parameters |
After 2 days learning discordjs from scratch, it's working what i needed 😅 |
Support in 1.3.0 |
It looks like chatimage ignore parameters in url and for discord images it doesnt work
The text was updated successfully, but these errors were encountered: