From 4988b1190e42226624a9ef85997c81d658d5e144 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 22 Sep 2023 14:45:59 -0700 Subject: [PATCH] rm --- megalodon/src/megalodon.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/megalodon/src/megalodon.ts b/megalodon/src/megalodon.ts index c880f27bd..03317d736 100644 --- a/megalodon/src/megalodon.ts +++ b/megalodon/src/megalodon.ts @@ -811,21 +811,6 @@ export interface MegalodonInterface { * @return Status */ unpinStatus(id: string): Promise> - /** - * POST /api/v1/statuses/:id/react/:name - * @param id The target status id. - * @param name The name of the emoji reaction to add. - * @return Status - */ - reactStatus(id: string, name: string): Promise>; - /** - * POST /api/v1/statuses/:id/unreact/:name - * - * @param id The target status id. - * @param name The name of the emoji reaction to remove. - * @return Status - */ - unreactStatus(id: string, name: string): Promise>; // ====================================== // statuses/media // ======================================