Skip to content

Commit

Permalink
add reaction remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed May 3, 2024
1 parent 958e477 commit 9ff4b86
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions langs/en_gb/bot/standard/textEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,12 @@
"channel": "Channel",
"title": "Thread Deleted",
"description": "{executor} deleted a thread {thread}"
},
"messageReactionRemove": {
"title": "Reaction Removed",
"description": "{executor} removed a reaction from a message",
"emoji": "Emoji",
"linkToEmoji": "Link to emoji",
"jumpToMessage": "Jump to message"
}
}
7 changes: 7 additions & 0 deletions langs/en_pr/bot/standard/textEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,12 @@
"channel": "Channel",
"title": "Thread Deleted",
"description": "{executor} deleted a thread {thread}"
},
"messageReactionRemove": {
"title": "Reaction Removed",
"description": "{executor} removed a reaction from a message",
"emoji": "Emoji",
"linkToEmoji": "Link to emoji",
"jumpToMessage": "Jump to message"
}
}
7 changes: 7 additions & 0 deletions langs/en_us/bot/standard/textEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,12 @@
"channel": "Channel",
"title": "Thread Deleted",
"description": "{executor} deleted a thread {thread}"
},
"messageReactionRemove": {
"title": "Reaction Removed",
"description": "{executor} removed a reaction from a message",
"emoji": "Emoji",
"linkToEmoji": "Link to emoji",
"jumpToMessage": "Jump to message"
}
}

0 comments on commit 9ff4b86

Please sign in to comment.