brainboxdotcc / DPP

C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!
https://dpp.dev/
Apache License 2.0
1.07k stars 163 forks source link

FIX: Potential uninitialised value returned if empty string passed to from_string<T>() #1087

Closed braindigitalis closed 8 months ago

braindigitalis commented 8 months ago

1) Fix uninitialised value when empty string is passed to from_string<T>() 2) Update unicode emojis to latest version

Code change checklist

netlify[bot] commented 8 months ago

Deploy Preview for dpp-dev ready!

Name Link
Latest commit c3970d2e8695d0289fd72d5049f87469511b2170
Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/65d321f3d157f400089f47f6
Deploy Preview https://deploy-preview-1087--dpp-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

braindigitalis commented 8 months ago

Fixes #1047