NoSubscriberBehavior
Describes the behavior of the player when an audio packet is played but there are no available voice connections to play to
Describes the behavior of the player when an audio packet is played but there are no available voice connections to play to.
NoSubscriberBehavior
Describes the behavior of the player when an audio packet is played but there are no available voice connections to play to.
toString
() => string
No Description
charAt
(pos: number) => string
No Description
charCodeAt
(index: number) => number
No Description
concat
(...strings: string[]) => string
No Description
indexOf
(searchString: string, position?: number | undefined) => number
No Description
lastIndexOf
(searchString: string, position?: number | undefined) => number
No Description
localeCompare
{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; (that: string, locales?: LocalesArgument, options?: CollatorOptions | undefined): number; }
No Description
match
{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }
No Description
replace
{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }
No Description
search
{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }
No Description
slice
(start?: number | undefined, end?: number | undefined) => string
No Description
split
{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }
No Description
substring
(start: number, end?: number | undefined) => string
No Description
toLowerCase
() => string
No Description
toLocaleLowerCase
{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }
No Description
toUpperCase
() => string
No Description
toLocaleUpperCase
{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }
No Description
trim
() => string
No Description
length
number
No Description
substr
(from: number, length?: number | undefined) => string
No Description
valueOf
() => string
No Description
codePointAt
(pos: number) => number | undefined
No Description
includes
(searchString: string, position?: number | undefined) => boolean
No Description
endsWith
(searchString: string, endPosition?: number | undefined) => boolean
No Description
normalize
{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }
No Description
repeat
(count: number) => string
No Description
startsWith
(searchString: string, position?: number | undefined) => boolean
No Description
anchor
(name: string) => string
No Description
big
() => string
No Description
blink
() => string
No Description
bold
() => string
No Description
fixed
() => string
No Description
fontcolor
(color: string) => string
No Description
fontsize
{ (size: number): string; (size: string): string; }
No Description
italics
() => string
No Description
link
(url: string) => string
No Description
small
() => string
No Description
strike
() => string
No Description
sub
() => string
No Description
sup
() => string
No Description
padStart
(maxLength: number, fillString?: string | undefined) => string
No Description
padEnd
(maxLength: number, fillString?: string | undefined) => string
No Description
trimEnd
() => string
No Description
trimStart
() => string
No Description
trimLeft
() => string
No Description
trimRight
() => string
No Description
matchAll
(regexp: RegExp) => RegExpStringIterator<RegExpExecArray>
No Description
__@iterator@684
() => StringIterator<string>
No Description
at
(index: number) => string | undefined
Takes an integer value and returns the item at that index, allowing for positive and negative integers. Negative integers count back from the last item in the array.