diff --git a/tg_bot/modules/afk.py "b/tg_bot/mod\303\274ller/afk.py" similarity index 96% rename from tg_bot/modules/afk.py rename to "tg_bot/mod\303\274ller/afk.py" index 367c79fc..ffb027d9 100644 --- a/tg_bot/modules/afk.py +++ "b/tg_bot/mod\303\274ller/afk.py" @@ -57,7 +57,7 @@ def reply_afk(bot: Bot, update: Update): else: return - +Lop if sql.is_afk(user_id): user = sql.check_afk_status(user_id) if not user.reason: @@ -68,8 +68,8 @@ def reply_afk(bot: Bot, update: Update): __help__ = """ - - /afk : mark yourself as AFK. - - brb : same as the afk command - but not a command. + - /afk : kendini AFK olarak işaretle. + - brb : afk komutuyla aynı - ancak bir komut değil. When marked as AFK, any mentions will be replied to with a message to say you're not available! """