Skip to content

Commit

Permalink
Further edits as per @itinerare's suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyD committed Oct 30, 2024
1 parent 68852b0 commit 66aeec8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/lorekeeper/mentions.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
|
| Links to the mentioned user, includes icon and coloration of user's rank.
|
| If the mentioned user changes usernames, mentions using this method break.
|
| Usage:
| @username
| - Replace username with the user's username.
Expand All @@ -48,6 +50,8 @@
| Links to the mentioned user, includes user's avatar as well as the icon
| and coloration of user's rank.
|
| If the mentioned user changes usernames, mentions using this method break.
|
| Usage:
| %username
| - Replace username with the user's username.
Expand All @@ -67,6 +71,9 @@
|
| Links to the mentioned user, includes icon and coloration of user's rank.
|
| Mentions using this method persist even if the mentioned user changes
| usernames, but will not update to the new username until edited again.
|
| Usage:
| [user=id]
| - Replace id with the user's id.
Expand All @@ -86,6 +93,9 @@
|
| Displays the mentioned user's avatar.
|
| Mentions using this method persist even if the mentioned user changes
| usernames, but will not update to the new username until edited again.
|
| Usage:
| [userav=id]
| - Replace id with the user's id.
Expand Down

0 comments on commit 66aeec8

Please sign in to comment.