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

[feat] alter set_allowed_mentions #1081

Closed folospior closed 8 months ago

folospior commented 8 months ago

This allows the developer to use only one parameter if they only require to change the first parameter and leave the others as default. Altered comments. Example: dpp::message a = dpp::message().set_allowed_mentions(true); // this allows them to parse users but leave everything else as false

Code change checklist

netlify[bot] commented 8 months ago

Deploy Preview for dpp-dev ready!

Name Link
Latest commit e824c7a3392a37f3aeec17bf333deaf293cafef0
Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/65ca6b1c308d840008c05f64
Deploy Preview https://deploy-preview-1081--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

Looks good to me, thanks for your first PR :)