Spaces:
Running
Running
لم يتم تركيب الاوامر على توكن البوت الرجاء التشغيل - Follow Up Deployment
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -377,7 +377,7 @@
|
|
| 377 |
هذا هو التوكن الخاص بالبوت والذي يمكن استخدامه لتطوير وإضافة أوامر جديدة أو تعديل الإعدادات الحالية.
|
| 378 |
</p>
|
| 379 |
<div class="token-box p-4 rounded mb-6">
|
| 380 |
-
<code class="text-gray-200">
|
| 381 |
</div>
|
| 382 |
<div class="bg-yellow-900 bg-opacity-30 border-l-4 border-yellow-500 p-4 text-yellow-200 rounded">
|
| 383 |
<i class="fas fa-exclamation-triangle mr-2"></i>
|
|
@@ -511,7 +511,7 @@
|
|
| 511 |
const tokenBox = document.querySelector('.token-box');
|
| 512 |
if (tokenBox) {
|
| 513 |
tokenBox.addEventListener('click', () => {
|
| 514 |
-
const token = '
|
| 515 |
navigator.clipboard.writeText(token).then(() => {
|
| 516 |
const originalText = tokenBox.innerHTML;
|
| 517 |
tokenBox.innerHTML = '<span class="text-green-400">تم نسخ التوكن بنجاح!</span>';
|
|
|
|
| 377 |
هذا هو التوكن الخاص بالبوت والذي يمكن استخدامه لتطوير وإضافة أوامر جديدة أو تعديل الإعدادات الحالية.
|
| 378 |
</p>
|
| 379 |
<div class="token-box p-4 rounded mb-6">
|
| 380 |
+
<code class="text-gray-200">YOUR_NEW_BOT_TOKEN_HERE</code>
|
| 381 |
</div>
|
| 382 |
<div class="bg-yellow-900 bg-opacity-30 border-l-4 border-yellow-500 p-4 text-yellow-200 rounded">
|
| 383 |
<i class="fas fa-exclamation-triangle mr-2"></i>
|
|
|
|
| 511 |
const tokenBox = document.querySelector('.token-box');
|
| 512 |
if (tokenBox) {
|
| 513 |
tokenBox.addEventListener('click', () => {
|
| 514 |
+
const token = 'YOUR_NEW_BOT_TOKEN_HERE';
|
| 515 |
navigator.clipboard.writeText(token).then(() => {
|
| 516 |
const originalText = tokenBox.innerHTML;
|
| 517 |
tokenBox.innerHTML = '<span class="text-green-400">تم نسخ التوكن بنجاح!</span>';
|