DPP icon indicating copy to clipboard operation
DPP copied to clipboard

C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!

Results 31 DPP issues
Sort by recently updated
recently updated
newest added

This PR adds a page to show people how to edit messages from a button click (using stuff like `dpp::ir_deferred_update_message`, etc). ## Documentation change checklist - [x] My documentation changes...

documentation

**Is your feature request related to a problem? Please describe.** No problems, just inspiration from the implemented `when_any` with coroutines. **Describe the solution you'd like** Stated above, it would be...

enhancement
good first issue
part fixed

This PR improves compatiblity with other projects that DPP is included into. `#include ` is to prevent dll-interface warnings while compiling the main application. `#ifndef SOCKET` is used to prevent...

documentation
code

### Git Commit Reference ced36fd7652ed24ec3784cbc150722a1e5f6456a ### Describe the bug: When utilising coroutines within the `on_ready` function, it's possible for D++ to ignore HTTP error codes and skip on printing any...

documentation

Adds required support for user-installed commands. ## Code change checklist - [x] I have ensured that all methods and functions are **fully documented** using doxygen style comments. - [x] My...

documentation
code

Removed notices of coroutines being an experimental feature. ## Documentation change checklist - [x] My documentation changes follow the [docs style guide](https://dpp.dev/docs-standards.html) and any code examples follow the [coding style...

documentation
build

This PR adds functions to `dpp::commandhandler` to allow users to edit, get, and delete, responses. Whilst `dpp::commandhandler` is deprecated, we still have a good few people using it. ## Code...

documentation
code

**Git commit reference** 2ac50995af4c1d45d2a5be64595c5018f6cbde07 **Describe the bug** I was trying to implement a 'user-info' command in my bot retrieving the decoration and encountered into this bug. Returns an invalid decoration...

bug
Stale

**Git commit reference** e97ae1903a3a7fc5e0a592b564390f501afd6e56 (v10.1.2) **Describe the bug** I'm getting an "Invalid Form Body" error from Discord when I try to create a thread with `co_thread_create`. **To Reproduce** 1. Run...

**Git commit reference** e97ae1903a3a7fc5e0a592b564390f501afd6e56 (10.1.2) **Describe the bug** In packaging this for Debian, I removed `include/dpp/nlohmann` and set `-DDPP_USE_EXTERNAL_JSON=ON` because Debian packages are supposed to use the packaged versions of...

bug