Captain Ezio commited on
Commit
2681f9e
·
1 Parent(s): 191552d

added one more inline

Browse files
Files changed (1) hide show
  1. Powers/utils/start_utils.py +15 -6
Powers/utils/start_utils.py CHANGED
@@ -39,7 +39,7 @@ async def gen_start_kb(q: Message or CallbackQuery):
39
  """Generate keyboard with start menu options."""
40
  return ikb(
41
  [
42
- [
43
  (
44
  "➕ Add me to a chat!",
45
  f"https://t.me/{Config.BOT_USERNAME}?startgroup=new",
@@ -65,6 +65,13 @@ async def gen_start_kb(q: Message or CallbackQuery):
65
  "url",
66
  ),
67
  ],
 
 
 
 
 
 
 
68
  ],
69
  )
70
 
@@ -245,11 +252,13 @@ async def get_help_msg(m: Message or CallbackQuery, help_option: str):
245
  f"{m.from_user.id} fetched help for {help_option} in {m.chat.id}",
246
  )
247
  else:
248
- help_msg = """Hey There! My name is Gojo.
249
- I'm here to help you manage your groups!
250
- Commands available:
251
- × /start: Start the bot
252
- × /help: Give's you this message."""
 
 
253
  help_kb = [
254
  *(await gen_cmds_kb(m)),
255
  [("« Back", "start_back")],
 
39
  """Generate keyboard with start menu options."""
40
  return ikb(
41
  [
42
+ [
43
  (
44
  "➕ Add me to a chat!",
45
  f"https://t.me/{Config.BOT_USERNAME}?startgroup=new",
 
65
  "url",
66
  ),
67
  ],
68
+ [
69
+ (
70
+ "Join for GFx work",
71
+ "https://t.me/psy_Logos",
72
+ "url",
73
+ ),
74
+ ],
75
  ],
76
  )
77
 
 
252
  f"{m.from_user.id} fetched help for {help_option} in {m.chat.id}",
253
  )
254
  else:
255
+ help_msg = """
256
+ Hey There! My name is Gojo.
257
+ I'm here to help you manage your groups!
258
+ Commands available:
259
+ × /start: Start the bot
260
+ × /help: Give's you this message.
261
+ """
262
  help_kb = [
263
  *(await gen_cmds_kb(m)),
264
  [("« Back", "start_back")],