mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: update tgdb bot ID & username
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
#include "unicode/regex.h"
|
||||
namespace {
|
||||
|
||||
constexpr auto usernameResolverBotId = 8001593505L;
|
||||
const auto usernameResolverBotUsername = QString("TgDBSearchBot");
|
||||
constexpr auto usernameResolverBotId = 7424190611L;
|
||||
const auto usernameResolverBotUsername = QString("tgdb_search_bot");
|
||||
const auto usernameResolverEmpty = QString("Error, username or id invalid/not found.");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user