mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
chore: deps
This commit is contained in:
@@ -13,7 +13,10 @@ import type {
|
||||
import type { WebhooksAPI } from './webhook.js';
|
||||
|
||||
export class InteractionsAPI {
|
||||
public constructor(private readonly rest: REST, private readonly webhooks: WebhooksAPI) {}
|
||||
public constructor(
|
||||
private readonly rest: REST,
|
||||
private readonly webhooks: WebhooksAPI,
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Replies to an interaction
|
||||
|
||||
Reference in New Issue
Block a user