randydev commited on
Commit
c14f993
Β·
verified Β·
1 Parent(s): 774270b
Files changed (1) hide show
  1. akn/manage/callback.py +17 -11
akn/manage/callback.py CHANGED
@@ -277,37 +277,37 @@ async def cb_customiz_bot(client, query):
277
  [
278
  [
279
  InlineKeyboardButton(
280
- "Magic Bot",
281
  callback_data="tutorial_magic"
282
  ),
283
  InlineKeyboardButton(
284
- "Gemini Bot",
285
  callback_data="tutorial_gemini"
286
  ),
287
  ],
288
  [
289
  InlineKeyboardButton(
290
- "Meta AI Bot",
291
  callback_data="tutorial_meta"
292
  ),
293
  InlineKeyboardButton(
294
- "YouTube Bot",
295
  callback_data="tutorial_yt"
296
  ),
297
  ],
298
  [
299
  InlineKeyboardButton(
300
- "Session Bot",
301
  callback_data="tutorial_sesikntl"
302
  ),
303
  InlineKeyboardButton(
304
- "Captcha Bot",
305
  callback_data="tutorial_captcha"
306
  ),
307
  ],
308
  [
309
  InlineKeyboardButton(
310
- "Azrea Bot",
311
  callback_data="tutorial_alldlbot"
312
  ),
313
  ],
@@ -936,23 +936,29 @@ async def callback_next(client, cb: CallbackQuery):
936
  [
937
  [
938
  InlineKeyboardButton(
939
- text="Create Akeno",
940
  callback_data="confirm_userbot",
941
  ),
942
  ],
943
  [
944
  InlineKeyboardButton(
945
- text="New API Key",
 
 
 
 
 
 
946
  callback_data="custom_key",
947
  ),
948
  InlineKeyboardButton(
949
- text="Customize Bot",
950
  callback_data="customzie_bot",
951
  ),
952
  ],
953
  [
954
  InlineKeyboardButton(
955
- text="Bα΄€α΄„α΄‹",
956
  callback_data="back"
957
  )
958
  ],
 
277
  [
278
  [
279
  InlineKeyboardButton(
280
+ "πŸ–ŒοΈ Magic Bot",
281
  callback_data="tutorial_magic"
282
  ),
283
  InlineKeyboardButton(
284
+ "πŸ’Ž Gemini Bot",
285
  callback_data="tutorial_gemini"
286
  ),
287
  ],
288
  [
289
  InlineKeyboardButton(
290
+ "πŸͺ€ Meta AI Bot",
291
  callback_data="tutorial_meta"
292
  ),
293
  InlineKeyboardButton(
294
+ "πŸ“€ YouTube Bot",
295
  callback_data="tutorial_yt"
296
  ),
297
  ],
298
  [
299
  InlineKeyboardButton(
300
+ "πŸ”– Session Bot",
301
  callback_data="tutorial_sesikntl"
302
  ),
303
  InlineKeyboardButton(
304
+ "⛑️ Captcha Bot",
305
  callback_data="tutorial_captcha"
306
  ),
307
  ],
308
  [
309
  InlineKeyboardButton(
310
+ "πŸ‘‘ Azrea Bot",
311
  callback_data="tutorial_alldlbot"
312
  ),
313
  ],
 
936
  [
937
  [
938
  InlineKeyboardButton(
939
+ text="βš”οΈ Create Akeno",
940
  callback_data="confirm_userbot",
941
  ),
942
  ],
943
  [
944
  InlineKeyboardButton(
945
+ text="πŸ“š Documentation",
946
+ url="https://github.com/TeamKillerX/akenoai-lib",
947
+ ),
948
+ ],
949
+ [
950
+ InlineKeyboardButton(
951
+ text="πŸ†• New API Key",
952
  callback_data="custom_key",
953
  ),
954
  InlineKeyboardButton(
955
+ text="πŸ€– Customize Bot",
956
  callback_data="customzie_bot",
957
  ),
958
  ],
959
  [
960
  InlineKeyboardButton(
961
+ text="πŸ”™ Bα΄€α΄„α΄‹",
962
  callback_data="back"
963
  )
964
  ],