File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments