forked from kunal9322/File-Sharing-Boy
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathData.py
59 lines (47 loc) · 1.64 KB
/
Data.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Credits: @mrismanaziz
# FROM File-Sharing-Man <https://github.com/mrismanaziz/File-Sharing-Man/>
# t.me/SharingUserbot & t.me/Lunatic0de
from pyrogram.types import InlineKeyboardButton
class Data:
HELP = """
<b>How to Use this Bot
❏ Commands for BOT Users
├ /start - Starts the Bot
├ /about - About this Bot
├ /help - Help this Bot Command
├ /ping - To check live bots
└ /uptime - To see bot status
❏ Commands For BOT Admins
├ /logs - To view bot logs
├ /setvar - To set var with dibot command
├ /delvar - To remove var with dibot command
├ /getvar - To see one of the var with dibot command
├ /users - To view bot user statistics
├ /batch - To link more than one file
├ /speedtest - To test the bot server speed
└ /broadcast - To send a broadcast message to the bot user
♥︎ Developed by </b><a href='https://t.me/Sensei_Rimuru'>Owner Sama</a>
"""
close = [
[InlineKeyboardButton("❌ᴄᴀɴᴄᴇʟ", callback_data="close")]
]
mbuttons = [
[
InlineKeyboardButton("⚠️ ʜᴇʟᴘ", callback_data="help"),
InlineKeyboardButton("❌ᴄᴀɴᴄᴇʟ", callback_data="close")
],
]
buttons = [
[
InlineKeyboardButton("😇ᴀʙᴏᴜᴛ", callback_data="about"),
InlineKeyboardButton("❌ᴄʟᴏsᴇ", callback_data="close")
],
]
ABOUT = """
<b>About this Bot:
ᴛʜɪs is a Telegram Bot for storing posts or files that can be accessed via a special link.
• Sensei: @Sensei_Rimuru
• Framework: Pyrograms
• Channel :@Anime_Sensei_Network
♥︎ Developed by Owner
"""