generated from nhcarrigan/template
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
import type { Pavelle } from "./pavelle.js";
|
||||
import type { ButtonInteraction } from "discord.js";
|
||||
|
||||
export type Button = (
|
||||
pavelle: Pavelle,
|
||||
interaction: ButtonInteraction<"cached">
|
||||
)=> Promise<void>;
|
||||
Reference in New Issue
Block a user