Captain Ezio commited on
Commit
982074f
·
1 Parent(s): e0f3519

Update formatting.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/formatting.py +2 -2
Powers/plugins/formatting.py CHANGED
@@ -94,7 +94,7 @@ async def get_formatting_info(_, q: CallbackQuery):
94
  %%%
95
  how are you</code>
96
  This will randomly choose between sending the first message, "hello", or the second message, "how are you".
97
- Use this to make Alita feel a bit more customised! (only works in filters/notes)
98
 
99
  Example welcome message::
100
  - Every time a new user joins, they'll be presented with one of the three messages shown here.
@@ -117,7 +117,7 @@ async def send_mod_help(_, q: CallbackQuery):
117
  await q.message.edit_text(
118
  text="""Formatting
119
 
120
- Alita supports a large number of formatting options to make your messages more expressive. Take a look by clicking the buttons below!""",
121
  reply_markup=(await gen_formatting_kb(q.message)),
122
  )
123
  await q.answer()
 
94
  %%%
95
  how are you</code>
96
  This will randomly choose between sending the first message, "hello", or the second message, "how are you".
97
+ Use this to make Gojo feel a bit more customised! (only works in filters/notes)
98
 
99
  Example welcome message::
100
  - Every time a new user joins, they'll be presented with one of the three messages shown here.
 
117
  await q.message.edit_text(
118
  text="""Formatting
119
 
120
+ Gojo supports a large number of formatting options to make your messages more expressive. Take a look by clicking the buttons below!""",
121
  reply_markup=(await gen_formatting_kb(q.message)),
122
  )
123
  await q.answer()