Skip to content

JohnCiubuc/QDiscord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updated QDiscord 2020

QDiscord is a fantastic wrapper for the Discord API written in C++, but it is lacking in some functionality and the project has been orphaned. This repository is the most up-to-date version of this API (that I know of as of June 2020), with additional functionality added.

Sample Bot

A basic Discord bot has been written using QDiscord to show how to setup connections, receive messages (and guild specific emojis!) and how to respond back to them.

You can read more information on the bot Here

Fixes

  • Fixed login for Discord API v6

Added Functions

  • Added put to REST API

Extensions to QDiscordMessage

  • Added QDiscordEmbed

  • Added QDiscordAttachment

Extensions to REST API

  • Added sendEmbed

  • Added sendEmbedAndMessage

    • Both sendEmbed and sendEmbedAndMessage allows the bot to send 'embed' objects
  • Added triggerTypingIndicator to specified channel

  • Added getGuildMember

  • Added getGuild

  • Added getGuildEmojis

  • Added patchGuildMember

    • Allows for editing member's permissions/roles/etc
  • Added getPinnedMessages

  • Added addPinnedMessage

  • createReaction

  • deleteReaction

  • deleteUserReaction

  • getReactions

  • deleteAllReactions

  • deleteAllReactionsForEmoji

QDiscord

QDiscord is a Qt wrapper for the Discord API written in C++. It was written to easily allow the creation of Discord bots.

Currently it is in an incomplete state, so expect things to either not work or not be available.

Discord

Discord is a proprietary Voice over IP application designed for gaming communities and is developed by Hammer & Chisel.

Documentation

Most documentation can be found here.

"New" documentation will be dropped in the 'added features' portion of this readme

Related projects

A list of Discord API libraries in other languages can be found here.

About

Updated QDiscord - An unofficial C++ and Qt wrapper for the Discord API.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • QMake 3.4%
  • Shell 0.2%