Skip to content

Commit

Permalink
automatic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Deployment Bot committed Aug 8, 2023
1 parent ac2c7a6 commit cde5512
Show file tree
Hide file tree
Showing 89 changed files with 3,370 additions and 2,817 deletions.
218 changes: 110 additions & 108 deletions hierarchy.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions hierarchy.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ var hierarchy =
[ "dpp::json_interface< emoji >", "structdpp_1_1json__interface.html", [
[ "dpp::emoji", "classdpp_1_1emoji.html", null ]
] ],
[ "dpp::json_interface< forum_tag >", "structdpp_1_1json__interface.html", [
[ "dpp::forum_tag", "structdpp_1_1forum__tag.html", null ]
] ],
[ "dpp::json_interface< guild >", "structdpp_1_1json__interface.html", [
[ "dpp::guild", "classdpp_1_1guild.html", null ]
] ],
Expand Down
69 changes: 35 additions & 34 deletions inherit_graph_59.map
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,5,168,47"/>
<area shape="rect" id="node2" href="$classdpp_1_1application.html" title="The application class represents details of a bot application." alt="" coords="259,27,386,54"/>
<area shape="rect" id="node2" href="$classdpp_1_1application.html" title="The application class represents details of a bot application." alt="" coords="259,25,386,51"/>
<area shape="rect" id="node3" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,71,168,112"/>
<area shape="rect" id="node4" href="$classdpp_1_1automod__rule.html" title="Represents an automod rule." alt="" coords="251,93,395,119"/>
<area shape="rect" id="node4" href="$classdpp_1_1automod__rule.html" title="Represents an automod rule." alt="" coords="251,90,395,117"/>
<area shape="rect" id="node5" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,136,168,177"/>
<area shape="rect" id="node6" href="$classdpp_1_1channel.html" title="A definition of a discord channel. There are one of these for every channel type except threads...." alt="" coords="270,158,375,185"/>
<area shape="rect" id="node7" href="$classdpp_1_1thread.html" title="A definition of a discord thread. A thread is a superset of a channel. Not to be confused with std::t..." alt="" coords="489,158,585,185"/>
<area shape="rect" id="node6" href="$classdpp_1_1channel.html" title="A definition of a discord channel. There are one of these for every channel type except threads...." alt="" coords="270,155,375,182"/>
<area shape="rect" id="node7" href="$classdpp_1_1thread.html" title="A definition of a discord thread. A thread is a superset of a channel. Not to be confused with std::t..." alt="" coords="489,155,585,182"/>
<area shape="rect" id="node8" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,201,168,243"/>
<area shape="rect" id="node9" href="$classdpp_1_1emoji.html" title="Represents an emoji for a dpp::guild." alt="" coords="277,222,368,249"/>
<area shape="rect" id="node9" href="$classdpp_1_1emoji.html" title="Represents an emoji for a dpp::guild." alt="" coords="277,221,368,247"/>
<area shape="rect" id="node10" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,267,168,308"/>
<area shape="rect" id="node11" href="$classdpp_1_1guild.html" title="Represents a guild on Discord (AKA a server)" alt="" coords="279,286,366,313"/>
<area shape="rect" id="node11" href="$structdpp_1_1forum__tag.html" title="Represents a tag that is able to be applied to a thread in a forum or media channel." alt="" coords="262,286,383,313"/>
<area shape="rect" id="node12" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,332,168,373"/>
<area shape="rect" id="node13" href="$classdpp_1_1integration.html" title="Represents an integration on a guild, e.g. a connection to twitch." alt="" coords="260,347,385,374"/>
<area shape="rect" id="node13" href="$classdpp_1_1guild.html" title="Represents a guild on Discord (AKA a server)" alt="" coords="279,350,366,377"/>
<area shape="rect" id="node14" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,397,168,439"/>
<area shape="rect" id="node15" href="$classdpp_1_1interaction.html" title="An interaction represents a user running a command and arrives via the dpp::cluster::on_interaction_c..." alt="" coords="261,405,385,431"/>
<area shape="rect" id="node16" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="5,463,184,504"/>
<area shape="rect" id="node17" href="$structdpp_1_1onboarding__prompt.html" title="Represents an onboarding prompt." alt="" coords="232,455,413,482"/>
<area shape="rect" id="node18" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="13,529,177,585"/>
<area shape="rect" id="node19" href="$structdpp_1_1onboarding__prompt__option.html" title="Represents an onboarding prompt option." alt="" coords="232,507,413,548"/>
<area shape="rect" id="node20" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,609,168,651"/>
<area shape="rect" id="node21" href="$classdpp_1_1role.html" title="Represents a role within a dpp::guild. Roles are combined via logical OR of the permission bitmasks,..." alt="" coords="283,573,362,599"/>
<area shape="rect" id="node22" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="13,733,176,775"/>
<area shape="rect" id="node23" href="$structdpp_1_1scheduled__event.html" title="A scheduled event." alt="" coords="241,775,405,802"/>
<area shape="rect" id="node24" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="19,799,170,840"/>
<area shape="rect" id="node25" href="$classdpp_1_1slashcommand.html" title="Represents an application command, created by your bot either globally, or on a guild." alt="" coords="246,826,399,853"/>
<area shape="rect" id="node26" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="19,864,170,905"/>
<area shape="rect" id="node27" href="$structdpp_1_1stage__instance.html" title="A stage instance. Stage instances are like a conference facility, with moderators/speakers and listen..." alt="" coords="247,877,399,903"/>
<area shape="rect" id="node28" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,995,168,1036"/>
<area shape="rect" id="node29" href="$structdpp_1_1sticker.html" title="Represents stickers received in messages." alt="" coords="274,978,371,1005"/>
<area shape="rect" id="node30" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,1060,168,1101"/>
<area shape="rect" id="node31" href="$structdpp_1_1sticker__pack.html" title="Represents a sticker pack (the built in groups of stickers that all nitro users get to use)" alt="" coords="255,1029,390,1055"/>
<area shape="rect" id="node32" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,929,168,971"/>
<area shape="rect" id="node33" href="$classdpp_1_1user.html" title="Represents a user on discord. May or may not be a member of a dpp::guild." alt="" coords="281,927,364,954"/>
<area shape="rect" id="node34" href="$classdpp_1_1user__identified.html" title="A user with additional fields only available via the oauth2 identify scope. These are not included in..." alt="" coords="461,1007,612,1034"/>
<area shape="rect" id="node35" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="249,1080,397,1121"/>
<area shape="rect" id="node36" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,1139,168,1180"/>
<area shape="rect" id="node37" href="$classdpp_1_1webhook.html" title="Represents a discord webhook." alt="" coords="266,1146,379,1173"/>
<area shape="rect" id="node38" href="$classdpp_1_1managed.html" title="The managed class is the base class for various types that can be stored in a cache that are identifi..." alt="" coords="37,675,152,702"/>
<area shape="rect" id="node39" href="$classdpp_1_1collected__reaction.html" title="Represents a reaction. Can be filled for use in a collector." alt="" coords="236,623,409,650"/>
<area shape="rect" id="node40" href="$structdpp_1_1forum__tag.html" title="Represents a tag that is able to be applied to a thread in a forum or media channel." alt="" coords="262,674,383,701"/>
<area shape="rect" id="node41" href="$structdpp_1_1message.html" title="Represents messages sent and received on Discord." alt="" coords="266,725,379,751"/>
<area shape="rect" id="node15" href="$classdpp_1_1integration.html" title="Represents an integration on a guild, e.g. a connection to twitch." alt="" coords="260,414,385,441"/>
<area shape="rect" id="node16" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,463,168,504"/>
<area shape="rect" id="node17" href="$classdpp_1_1interaction.html" title="An interaction represents a user running a command and arrives via the dpp::cluster::on_interaction_c..." alt="" coords="261,475,385,502"/>
<area shape="rect" id="node18" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="5,528,184,569"/>
<area shape="rect" id="node19" href="$structdpp_1_1onboarding__prompt.html" title="Represents an onboarding prompt." alt="" coords="232,533,413,559"/>
<area shape="rect" id="node20" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="13,594,177,650"/>
<area shape="rect" id="node21" href="$structdpp_1_1onboarding__prompt__option.html" title="Represents an onboarding prompt option." alt="" coords="232,584,413,625"/>
<area shape="rect" id="node22" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,725,168,767"/>
<area shape="rect" id="node23" href="$classdpp_1_1role.html" title="Represents a role within a dpp::guild. Roles are combined via logical OR of the permission bitmasks,..." alt="" coords="283,751,362,778"/>
<area shape="rect" id="node24" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="13,791,176,832"/>
<area shape="rect" id="node25" href="$structdpp_1_1scheduled__event.html" title="A scheduled event." alt="" coords="241,802,405,829"/>
<area shape="rect" id="node26" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="19,856,170,897"/>
<area shape="rect" id="node27" href="$classdpp_1_1slashcommand.html" title="Represents an application command, created by your bot either globally, or on a guild." alt="" coords="246,853,399,879"/>
<area shape="rect" id="node28" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="19,921,170,963"/>
<area shape="rect" id="node29" href="$structdpp_1_1stage__instance.html" title="A stage instance. Stage instances are like a conference facility, with moderators/speakers and listen..." alt="" coords="247,905,399,931"/>
<area shape="rect" id="node30" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,987,168,1028"/>
<area shape="rect" id="node31" href="$structdpp_1_1sticker.html" title="Represents stickers received in messages." alt="" coords="274,957,371,983"/>
<area shape="rect" id="node32" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,1117,168,1159"/>
<area shape="rect" id="node33" href="$structdpp_1_1sticker__pack.html" title="Represents a sticker pack (the built in groups of stickers that all nitro users get to use)" alt="" coords="255,1062,390,1089"/>
<area shape="rect" id="node34" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,1052,168,1093"/>
<area shape="rect" id="node35" href="$classdpp_1_1user.html" title="Represents a user on discord. May or may not be a member of a dpp::guild." alt="" coords="281,1011,364,1038"/>
<area shape="rect" id="node36" href="$classdpp_1_1user__identified.html" title="A user with additional fields only available via the oauth2 identify scope. These are not included in..." alt="" coords="461,1066,612,1093"/>
<area shape="rect" id="node37" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="249,1113,397,1155"/>
<area shape="rect" id="node38" href="$structdpp_1_1json__interface.html" title=" " alt="" coords="21,1183,168,1224"/>
<area shape="rect" id="node39" href="$classdpp_1_1webhook.html" title="Represents a discord webhook." alt="" coords="266,1186,379,1213"/>
<area shape="rect" id="node40" href="$classdpp_1_1managed.html" title="The managed class is the base class for various types that can be stored in a cache that are identifi..." alt="" coords="37,674,152,701"/>
<area shape="rect" id="node41" href="$classdpp_1_1collected__reaction.html" title="Represents a reaction. Can be filled for use in a collector." alt="" coords="236,701,409,727"/>
<area shape="rect" id="node42" href="$structdpp_1_1message.html" title="Represents messages sent and received on Discord." alt="" coords="266,650,379,677"/>
</map>
2 changes: 1 addition & 1 deletion inherit_graph_59.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b05de7786b365aec9d0ca12a837bfad
53924323852edbb908b5a15536104d65
Loading

0 comments on commit cde5512

Please sign in to comment.