| 43 | } |
| 44 | |
| 45 | std::string GuildHeader::GetGuildName() |
| 46 | { |
| 47 | Guild* pGuild = GetDiscordInstance()->GetCurrentGuild(); |
| 48 | if (!pGuild) |
| 49 | return ""; |
| 50 | return pGuild->m_name; |
| 51 | } |
| 52 | |
| 53 | std::string GuildHeader::GetSubtitleText() |
| 54 | { |
no test coverage detected