Skip to content

Commit c8e6bfe

Browse files
authored
Merge pull request m4mallu#95 from HithaishiDesai/patch-1
Missing Space between emojis
2 parents 9fd0057 + 1c44181 commit c8e6bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)