mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
refactor: remove RequestManager and use runMethod() (#732)
* fix(rest/process_request): use DiscordHTTPResponseCodes * refactor: remove RequestManager * refactor: remove RequestManager and use runMethod()
This commit is contained in:
@@ -153,7 +153,7 @@ export const endpoints = {
|
||||
`${baseEndpoints.BASE_URL}/interactions/${interactionId}/${token}/callback`,
|
||||
INTERACTION_ORIGINAL_ID_TOKEN: (interactionId: string, token: string) =>
|
||||
`${baseEndpoints.BASE_URL}/webhooks/${interactionId}/${token}/messages/@original`,
|
||||
INTERACTION_Id_TOKEN_MESSAGEId: (
|
||||
INTERACTION_ID_TOKEN_MESSAGE_ID: (
|
||||
applicationId: string,
|
||||
token: string,
|
||||
messageId: string,
|
||||
|
||||
Reference in New Issue
Block a user