mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix build (again ffs)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user