mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
fix: rename function (#80)
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
||||
ComponentType,
|
||||
} from "discord.js";
|
||||
|
||||
export function confirmation(options?: Partial<ConfirmationOptions>) {
|
||||
export function buttonConfirmation(options?: Partial<ConfirmationOptions>) {
|
||||
return CommandControlPlugin<CommandType.Both>(async (ctx, args) => {
|
||||
options = {
|
||||
content: "Do you want to proceed?",
|
||||
|
||||
Reference in New Issue
Block a user