refactor(helpers): rename executeSlashCommand to sendInteractionResponse (#676)

This commit is contained in:
ayntee
2021-03-17 15:28:44 +04:00
committed by GitHub
parent 314bef2055
commit eba5679806
4 changed files with 7 additions and 7 deletions
@@ -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,