fix build (again ffs)

This commit is contained in:
ouwou
2021-04-05 02:49:11 -04:00
parent 08d604f836
commit 6acd65fbaa
4 changed files with 6 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ void Completer::CompleteEmojis(const Glib::ustring &term) {
};
int i = 0;
if (discord.GetSelfPremiumType() == PremiumType::None) {
if (discord.GetSelfPremiumType() == EPremiumType::None) {
if (channel->GuildID.has_value()) {
const auto guild = discord.GetGuild(*channel->GuildID);