> ## Documentation Index
> Fetch the complete documentation index at: https://yor.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Yor.ts | classes/Base

[yor.ts](../README) / [Exports](../modules) / Base

# Class: Base

## Hierarchy

* **`Base`**

  ↳ [`Channel`](Channel)

  ↳ [`Guild`](Guild)

  ↳ [`Member`](Member)

  ↳ [`User`](User)

  ↳ [`Role`](Role)

  ↳ [`Emoji`](Emoji)

  ↳ [`Sticker`](Sticker)

  ↳ [`Webhook`](Webhook)

## Table of contents

### Constructors

* [constructor](Base#constructor)

### Properties

* [client](Base#client)

## Constructors

### constructor

• **new Base**(`client`): [`Base`](Base)

Initializes a new instance of the constructor.

#### Parameters

| Name     | Type                     | Description        |
| :------- | :----------------------- | :----------------- |
| `client` | [`YorClient`](YorClient) | The client object. |

#### Returns

[`Base`](Base)

#### Defined in

[src/structures/Base.ts:11](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Base.ts#L11)

## Properties

### client

• **client**: [`YorClient`](YorClient)

#### Defined in

[src/structures/Base.ts:4](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Base.ts#L4)
