Skip to content

Commit

Permalink
Update playtime-role-ban.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ar1ocker authored Oct 13, 2024
1 parent ffaa92b commit f62ff93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playtime-role-ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ export default class PlaytimeRoleBan extends BasePlugin {
required: true,
description: 'Список ролей которые должны быть забанены',
default: [
{
roleRegex: '.*SL.*', // Regex на название роли
timePlayed: 100, // Количество времени в часах до которого будет забанена роль
description: 'Сквад лидер' // Описание роли которое выводится пользователю
},
{
roleRegex: '.*pilot.*', // Regex на название роли
timePlayed: 1500, // Количество времени в часах до которого будет забанена роль
Expand Down

0 comments on commit f62ff93

Please sign in to comment.