mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
4.0.0-rc13.3
* Added: Initial support for the `/delete` command. Only specific messages will be removed from chat when one is received, now, and there's an easy to add action for In-Line Chat Actions to let moderators perform the action.
This commit is contained in:
parent
796da1739a
commit
7fc27ff025
5 changed files with 87 additions and 42 deletions
|
@ -69,7 +69,8 @@ const FFZ_ICONS = [
|
|||
'ok',
|
||||
'clock',
|
||||
'eye',
|
||||
'eye-off'
|
||||
'eye-off',
|
||||
'trash'
|
||||
];
|
||||
|
||||
const FFZ_ALIASES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue