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.05k stars 159 forks source link

User-installed commands #1223

Open raxyte opened 1 month ago

raxyte commented 1 month ago

Adds required support for user-installed commands.

Code change checklist

netlify[bot] commented 1 month ago

Deploy Preview for dpp-dev ready!

Name Link
Latest commit 00de234fb7f6336630b3c3f5996a3dbaa6fd7be3
Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/66be9ea7c79c6d0008d036b9
Deploy Preview https://deploy-preview-1223--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.

ruslan-ilesik commented 1 month ago

I believe you should cover this feature with unit tests. (Look how other "online" tests are made for similar things)

Mishura4 commented 2 weeks ago

Try using DPP_DEPRECATED instead of [[deprecated]] to fix those errors on windows