Karma
commited on
Commit
·
3da6660
1
Parent(s):
70d4b44
adjustments note
Browse files- Mikobot/plugins/notes.py +0 -12
Mikobot/plugins/notes.py
CHANGED
@@ -584,39 +584,27 @@ def __chat_settings__(chat_id, user_id):
|
|
584 |
|
585 |
__help__ = """
|
586 |
» /get <notename> : get the note with this notename
|
587 |
-
|
588 |
» #<notename> : same as /get
|
589 |
-
|
590 |
» /notes or /saved : list all saved notes in this chat
|
591 |
-
|
592 |
» /number : Will pull the note of that number in the list
|
593 |
-
|
594 |
➠ If you would like to retrieve the contents of a note without any formatting, use `/get <notename> noformat`. This can \
|
595 |
be useful when updating a current note
|
596 |
|
597 |
*Admins only:*
|
598 |
-
|
599 |
» /save <notename> <notedata> : saves notedata as a note with name notename
|
600 |
-
|
601 |
➠ A button can be added to a note by using standard markdown link syntax - the link should just be prepended with a \
|
602 |
`buttonurl:` section, as such: `[somelink](buttonurl:example.com)`. Check `/markdownhelp` for more info
|
603 |
-
|
604 |
» /save <notename> : save the replied message as a note with name notename
|
605 |
-
|
606 |
Separate diff replies by `%%%` to get random notes
|
607 |
➠ *Example:*
|
608 |
-
|
609 |
`/save notename
|
610 |
Reply 1
|
611 |
%%%
|
612 |
Reply 2
|
613 |
%%%
|
614 |
Reply 3`
|
615 |
-
|
616 |
» /clear <notename>: clear note with this name
|
617 |
-
|
618 |
» /removeallnotes: removes all notes from the group
|
619 |
-
|
620 |
➠ *Note:* Note names are case-insensitive, and they are automatically converted to lowercase before getting saved.
|
621 |
|
622 |
"""
|
|
|
584 |
|
585 |
__help__ = """
|
586 |
» /get <notename> : get the note with this notename
|
|
|
587 |
» #<notename> : same as /get
|
|
|
588 |
» /notes or /saved : list all saved notes in this chat
|
|
|
589 |
» /number : Will pull the note of that number in the list
|
|
|
590 |
➠ If you would like to retrieve the contents of a note without any formatting, use `/get <notename> noformat`. This can \
|
591 |
be useful when updating a current note
|
592 |
|
593 |
*Admins only:*
|
|
|
594 |
» /save <notename> <notedata> : saves notedata as a note with name notename
|
|
|
595 |
➠ A button can be added to a note by using standard markdown link syntax - the link should just be prepended with a \
|
596 |
`buttonurl:` section, as such: `[somelink](buttonurl:example.com)`. Check `/markdownhelp` for more info
|
|
|
597 |
» /save <notename> : save the replied message as a note with name notename
|
|
|
598 |
Separate diff replies by `%%%` to get random notes
|
599 |
➠ *Example:*
|
|
|
600 |
`/save notename
|
601 |
Reply 1
|
602 |
%%%
|
603 |
Reply 2
|
604 |
%%%
|
605 |
Reply 3`
|
|
|
606 |
» /clear <notename>: clear note with this name
|
|
|
607 |
» /removeallnotes: removes all notes from the group
|
|
|
608 |
➠ *Note:* Note names are case-insensitive, and they are automatically converted to lowercase before getting saved.
|
609 |
|
610 |
"""
|