Skip to content

Commit

Permalink
Update clone.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Dec 3, 2024
1 parent 05d3b2c commit 9faf615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# Clone Code Credit : YT - @Tech_VJ / TG - @VJ_Bots / GitHub - @VJBots

import re
from Script import script
from info import API_ID, API_HASH, CLONE_MODE, LOG_CHANNEL
from pyrogram import Client, filters, enums
from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup, BotCommand
from database.users_chats_db import db
import re
from Script import script

@Client.on_message(filters.command('clone'))
async def clone_menu(client, message):
Expand Down

0 comments on commit 9faf615

Please sign in to comment.