Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gdm_add and gdm_remove #5

Merged
merged 2 commits into from
Apr 5, 2021
Merged

Conversation

webtax-gh
Copy link
Member

added these two functions:

/** Adds a recipient to a Group DM using their access token */
void gdm_add(snowflake channel_id, snowflake user_id, const std::string &access_token, const std::string &nick, command_completion_event_t callback);

/** Removes a recipient from a Group DM */
void gdm_remove(snowflake channel_id, snowflake user_id, command_completion_event_t callback);

@braindigitalis braindigitalis merged commit d43f0e1 into brainboxdotcc:master Apr 5, 2021
braindigitalis pushed a commit that referenced this pull request Oct 27, 2021
braindigitalis pushed a commit that referenced this pull request Dec 23, 2021
braindigitalis pushed a commit that referenced this pull request May 27, 2022
Merge pull request #396 from Commandserver/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants