Captain Ezio commited on
Commit
9818b44
·
1 Parent(s): f6af408

Update start_utils.py

Browse files
Files changed (1) hide show
  1. Powers/utils/start_utils.py +4 -4
Powers/utils/start_utils.py CHANGED
@@ -246,10 +246,10 @@ async def get_help_msg(m: Message or CallbackQuery, help_option: str):
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")],
 
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")],