Ask to join (#4)

This adds a new callback `joinRequest` and a new API function `Discord_Respond` to reply to it.
This commit is contained in:
Chris Marsh
2017-10-12 13:06:55 -07:00
committed by GitHub
parent 25b6f1dcde
commit 39ff0bf3e4
7 changed files with 191 additions and 48 deletions

View File

@ -13,6 +13,7 @@ set(BASE_RPC_SRC
serialization.cpp
connection.h
backoff.h
msg_queue.h
)
if (${BUILD_DYNAMIC_LIB})