Skip to content

Commit

Permalink
Renamed remute option XD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamantii committed Jun 8, 2022
1 parent ff0e3d1 commit ac26a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hold-it-lol/options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const tabs = [
{
title: 'Moderation',
items: [
{ key: 'remute', title: 'Re-mute users', description: '(Discord auth required) Automatically re-mutes a muted user if the rejoin.', preview: 'previews/placeholder.png' },
{ key: 'remute', title: 'Automatic re-mute', description: '(Discord auth required) Automatically re-mutes a muted user if the rejoin.', preview: 'previews/placeholder.png' },
//{key: 'chat-moderation', title: 'Mute/ban directly from chat', description: 'Be quick with your moderation by using mute & ban buttons next to user\'s messages.', preview: 'previews/placeholder.png'},
{ key: 'list-moderation', title: 'Moderate from user list', description: 'Quickly mute, ban anyone or make them a moderator from the user list.', preview: 'previews/placeholder.png' },
{ key: 'mute-character', requires: 'list-moderation', title: 'Mute only character', description: 'Someone\'s character is laggy or unpleasant? Hide just the character, while still seeing their messages.', preview: 'previews/placeholder.png' },
Expand Down

0 comments on commit ac26a2c

Please sign in to comment.