From 71b7f89d8edf7a72f3fcfec38c01e8aa811b1d6e Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:31:50 +0700 Subject: [PATCH] Update en.yml --- hikka/langpacks/en.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/hikka/langpacks/en.yml b/hikka/langpacks/en.yml index 2e3e30c..a313d69 100644 --- a/hikka/langpacks/en.yml +++ b/hikka/langpacks/en.yml @@ -228,6 +228,21 @@ presets: settings: name: "Settings" + installation: 'β–ͺ️ The installation is very easy! Just enter the following in your server's terminal: + +
sudo apt update && sudo apt upgrade -y && sudo apt install git && sudo apt install python3-pip && git clone https://github.com/coddrago/Hikka && cd Hikka && pip install -r requirements.txt && python3 -m hikka
+😐 If you don't have sudo access, simply remove the initial steps. + +πŸ₯³ Let’s go over a few arguments: + +πŸ” The --root argument allows you to run Hikka as a root user. + +🌎 The --no-web argument enables login to your account directly in the terminal, rather than through a link {}.lhr.life. + +🀲 However, if you want to migrate from hikariatama's Hikka, run the following command: + +
.terminal git pull https://github.com/coddrago/Hikka master
+I also recommend resetting all built-in module configurations to their default values to avoid any unforeseen errors!' too_many_args: "🚫 Too many args" blacklisted: "πŸ‘ Chat {} blacklisted from userbot" unblacklisted: "πŸ‘ Chat {} unblacklisted from userbot"