something
This commit is contained in:
parent
7adc3cf833
commit
512927252e
@ -10,7 +10,7 @@ from config import (
|
|||||||
BOT_NAME,
|
BOT_NAME,
|
||||||
BOT_USERNAME,
|
BOT_USERNAME,
|
||||||
GROUP_SUPPORT,
|
GROUP_SUPPORT,
|
||||||
OWNER_NAME,
|
OWNER_USERNAME,
|
||||||
UPDATES_CHANNEL,
|
UPDATES_CHANNEL,
|
||||||
)
|
)
|
||||||
from program import __version__
|
from program import __version__
|
||||||
@ -81,7 +81,7 @@ async def start_(c: Client, message: Message):
|
|||||||
[InlineKeyboardButton("❓ Basic Guide", callback_data="user_guide")],
|
[InlineKeyboardButton("❓ Basic Guide", callback_data="user_guide")],
|
||||||
[
|
[
|
||||||
InlineKeyboardButton("📚 Commands", callback_data="command_list"),
|
InlineKeyboardButton("📚 Commands", callback_data="command_list"),
|
||||||
InlineKeyboardButton("❤️ Donate", url=f"https://t.me/{OWNER_NAME}"),
|
InlineKeyboardButton("❤️ Donate", url=f"https://t.me/{OWNER_USERNAME}"),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
InlineKeyboardButton(
|
InlineKeyboardButton(
|
||||||
|
Loading…
Reference in New Issue
Block a user