• Resolves multiple guilds from a string, such as an ID or a name.

    Parameters

    • text: string

      Text to resolve.

    • guilds: Collection<string, Guild>

      Collection of guilds to find in.

    • caseSensitive: boolean = false

      Makes finding by name case sensitive.

    • wholeWord: boolean = false

      Makes finding by name match full word only.

    Returns Collection<Snowflake, Guild>