| 64 | } |
| 65 | |
| 66 | std::string GuildHeader::GetChannelInfo() |
| 67 | { |
| 68 | Channel* pChannel = GetDiscordInstance()->GetCurrentChannel(); |
| 69 | if (!pChannel) |
| 70 | return ""; |
| 71 | return pChannel->m_topic; |
| 72 | } |
| 73 | |
| 74 | void GuildHeader::Update() |
| 75 | { |
no test coverage detected