Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

[Feature request] - Clan Whitelist #79

Open
watchful-eyes opened this issue Mar 6, 2022 · 0 comments
Open

[Feature request] - Clan Whitelist #79

watchful-eyes opened this issue Mar 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@watchful-eyes
Copy link
Contributor

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

@watchful-eyes watchful-eyes added the enhancement New feature or request label Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant