diff --git a/locale/en.json b/locale/en.json index e62b312..470509a 100644 --- a/locale/en.json +++ b/locale/en.json @@ -48,6 +48,8 @@ "forbidden_title": "🚫 Access Denied", "forbidden_description": "You must have **Administrator** right to set up private channels", "dm_title": "🚫 Execution error", - "dm_description": "Commands can only be executed while on the server" + "dm_description": "Commands can only be executed while on the server", + "admin_title": "🚫 Permission denied", + "admin_description": "You must be bot owner to perform this" } } \ No newline at end of file diff --git a/locale/uk.json b/locale/uk.json index d6257fb..33f5322 100644 --- a/locale/uk.json +++ b/locale/uk.json @@ -48,6 +48,8 @@ "forbidden_title": "🚫 Відмовлено у доступі", "forbidden_description": "Для налаштування приватних каналів потрібно мати право **Адміністратор**", "dm_title": "🚫 Помилка виконання", - "dm_description": "Команди можна виконувати лише перебуваючи на сервері" + "dm_description": "Команди можна виконувати лише перебуваючи на сервері", + "admin_title": "🚫 Відмовлено в доступі", + "admin_description": "Треба бути адміністратором бота щоб зробити це" } } \ No newline at end of file