mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
95 lines
1.8 KiB
Markdown
95 lines
1.8 KiB
Markdown
---
|
|
id: "DiscordEventPlugin"
|
|
title: "Interface: DiscordEventPlugin<T>"
|
|
sidebar_label: "DiscordEventPlugin"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
## Type parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `T` | extends keyof `ClientEvents` = keyof `ClientEvents` |
|
|
|
|
## Hierarchy
|
|
|
|
- [`Plugin`](Plugin.md)
|
|
|
|
↳ **`DiscordEventPlugin`**
|
|
|
|
## Properties
|
|
|
|
### description
|
|
|
|
• `Optional` **description**: `string`
|
|
|
|
**`Deprecated`**
|
|
|
|
will be removed in the next update
|
|
|
|
#### Inherited from
|
|
|
|
[Plugin](Plugin.md).[description](Plugin.md#description)
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/plugin.ts:33](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L33)
|
|
|
|
___
|
|
|
|
### execute
|
|
|
|
• **execute**: (`args`: `ClientEvents`[`T`], `controller`: [`Controller`](Controller.md)) => `Awaitable`<`Result`<`void`, `void`\>\>
|
|
|
|
#### Type declaration
|
|
|
|
▸ (`args`, `controller`): `Awaitable`<`Result`<`void`, `void`\>\>
|
|
|
|
##### Parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `args` | `ClientEvents`[`T`] |
|
|
| `controller` | [`Controller`](Controller.md) |
|
|
|
|
##### Returns
|
|
|
|
`Awaitable`<`Result`<`void`, `void`\>\>
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/plugin.ts:105](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L105)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• `Optional` **name**: `T`
|
|
|
|
**`Deprecated`**
|
|
|
|
will be removed in the next update
|
|
|
|
#### Overrides
|
|
|
|
[Plugin](Plugin.md).[name](Plugin.md#name)
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/plugin.ts:103](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L103)
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: [`Event`](../enums/PluginType.md#event)
|
|
|
|
#### Overrides
|
|
|
|
[Plugin](Plugin.md).[type](Plugin.md#type)
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/plugin.ts:104](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L104)
|