Skip to content

Commit b82db16

Browse files
authored
Remove unnecessary comments and clean config.js
1 parent 47ad432 commit b82db16

1 file changed

Lines changed: 4 additions & 21 deletions

File tree

app/SETTINGS/config.js

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -297,26 +297,9 @@ Repo link: https://github.com/Refloow/Steam-Card-Bot-PRO
297297

298298

299299

300-
//-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*//
301-
// //
302-
// W A R N I N G //
303-
// //
304-
//-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*//
305-
306-
307-
/* 10.6.2021 this is dumb and i always forget to rework it xD */
308-
// RANDOM GROUP INVITES CAN ONLY BE SET TO ACCEPT OR DECLINE
309-
// IF DECLINING IS ON TURN OFF THE ACCEPTING OF THE RANDOM GROUP INVITES
310-
// UNPREDICTABLE ERRORS AND CRASHES CAN HAPPEN IF BOTH WERE SET ON TRUE
311-
// BOTH CAN BE SET ON FALSE THAT WAY BOT WOTN RESPOND ON GROUP INVITES !
312-
313-
// SUMMARY: One of the 2 options always needs to be false
314-
// IF both of the settings were set to false bot doesnt respond on group invites.
315-
316-
317-
// SETTINGS: AUTO DECLINING RANDOM GROUP INVITES
318-
319-
decline_random_group_inv: false, // [true/false] Enable or disable | Auto declining all incoming random group invites.
320-
accept_random_group_inv: false, // [true/false] Enable or disable | Auto accepting all incoming random group invites.
300+
// SETTINGS: RANDOM GROUP INVITES
301+
// true = Auto-accept all incoming random group invites.
302+
// false = Auto-decline all incoming random group invites.
303+
accept_random_group_inv: false,
321304

322305
}

0 commit comments

Comments
 (0)