Skip to content

Commit 1c44181

Browse files
Missing Space
A space was missing on the button for /start command ❎ Before ---> ⚙️Settings ⚙️ ✅ After ---> ⚙️ Settings ⚙️
1 parent 9fd0057 commit 1c44181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/buttons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
start_button = [
3737
[
3838
InlineKeyboardButton("🏅 GitHub 🏅", url="github.com/m4mallu/clonebot"),
39-
InlineKeyboardButton("⚙️Settings ⚙", "start_btn")
39+
InlineKeyboardButton("⚙️ Settings ⚙", "start_btn")
4040
]
4141
]
4242

0 commit comments

Comments
 (0)