mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
refactor(helpers): rename executeSlashCommand to sendInteractionResponse (#676)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import { endpoints } from "../../util/constants.ts";
|
||||
*
|
||||
* NOTE: By default we will suppress mentions. To enable mentions, just pass any mentions object.
|
||||
*/
|
||||
export async function executeSlashCommand(
|
||||
export async function sendInteractionResponse(
|
||||
id: string,
|
||||
token: string,
|
||||
options: SlashCommandResponseOptions,
|
||||
Reference in New Issue
Block a user