1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

build number

This commit is contained in:
ouwou 2024-03-28 21:46:50 -04:00
parent 99b1a804df
commit f928d751d8
2 changed files with 3 additions and 3 deletions

View File

@ -326,7 +326,7 @@ private:
std::string m_token;
uint32_t m_build_number = 142000;
uint32_t m_build_number = 279382;
void AddUserToGuild(Snowflake user_id, Snowflake guild_id);
std::map<Snowflake, std::set<Snowflake>> m_guild_to_users;

View File

@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
start_position += str.size();
}
if (matches.size() >= 10) {
return matches[matches.size() - 10];
if (matches.size() >= 7) {
return matches[matches.size() - 7];
}
return {};