# Module: "utils"

# Index

# Variables

# Variables

# activityTypesArray

Const activityTypesArray: string[] = ['PLAYING', 'LISTENING', 'WATCHING', 'STREAMING', 'COMPETING']

Defined in src/utils.ts:2 (opens new window)


# apiBaseURL

Const apiBaseURL: "https://discord.com/api/v7" = "https://discord.com/api/v7"

Defined in src/utils.ts:3 (opens new window)


# statusTypesArray

Const statusTypesArray: string[] = ['online', 'idle', 'dnd', 'invisible']

Defined in src/utils.ts:1 (opens new window)


# v8BaseURl

Const v8BaseURl: "https://discord.com/api/v8" = "https://discord.com/api/v8"

Defined in src/utils.ts:4 (opens new window)

Last Updated: 12/19/2020, 4:43:00 PM