MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / guild

Method guild

src/dpp/guild.cpp:69–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69guild::guild() :
70 managed(),
71 owner_id(0),
72 afk_channel_id(0),
73 application_id(0),
74 system_channel_id(0),
75 rules_channel_id(0),
76 public_updates_channel_id(0),
77 widget_channel_id(0),
78 member_count(0),
79 flags(0),
80 max_presences(0),
81 max_members(0),
82 flags_extra(0),
83 shard_id(0),
84 premium_subscription_count(0),
85 afk_timeout(afk_off),
86 max_video_channel_users(0),
87 default_message_notifications(dmn_all),
88 premium_tier(tier_none),
89 verification_level(ver_none),
90 explicit_content_filter(expl_disabled),
91 mfa_level(mfa_none),
92 nsfw_level(nsfw_default)
93{
94}
95
96
97guild_member::guild_member() :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected