LeventHAN / SquadStatsJSPRO

An advanced version of SquadStatJS (tracking your squad stats) with advanced discord commands to manage your discord server. (Soon with inbuild stat website)
MIT License
34 stars 29 forks source link

[Feature request] - Clan Whitelist #79

Open watchful-eyes opened 2 years ago

watchful-eyes commented 2 years ago

Is your feature request related to a problem? Please describe. A better way to get members and whitelisted players in clans no matter he/she's manually added

Describe the solution you'd like instead of separating the data on db (manualWhitelistedUsers), we can just gather them up in one Object like

clanMembers: 
  type: Array,
  default: [ 
  { 
    steamID: "12412124", 
    description: "",
    whitelist: false 
  },

Describe alternatives you've considered

Additional context description: if player's added by manually this'll be the description which's given when player's added, if it's not this'll be player's name