From 5624932675870789cb196f2cf3522b3518c5bd72 Mon Sep 17 00:00:00 2001 From: Gary Date: Sat, 18 Feb 2023 21:54:40 -0600 Subject: [PATCH] fix: rename function (#80) --- TypeScript/buttonConfirmation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript/buttonConfirmation.ts b/TypeScript/buttonConfirmation.ts index d95227f..ac2af26 100644 --- a/TypeScript/buttonConfirmation.ts +++ b/TypeScript/buttonConfirmation.ts @@ -27,7 +27,7 @@ import { ComponentType, } from "discord.js"; -export function confirmation(options?: Partial) { +export function buttonConfirmation(options?: Partial) { return CommandControlPlugin(async (ctx, args) => { options = { content: "Do you want to proceed?",