• Checks if a string could be referring to a guild.

    Parameters

    • text: string

      Text to check.

    • guild: Guild

      Guild to check.

    • caseSensitive: boolean = false

      Makes checking by name case sensitive.

    • wholeWord: boolean = false

      Makes checking by name match full word only.

    Returns boolean