feature/5-drop-command (#17)
#5 Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/17 Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
parent
51d97bacd5
commit
58d1541e47
21 changed files with 382 additions and 48 deletions
7
src/type/buttonEvent.ts
Normal file
7
src/type/buttonEvent.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { ButtonInteraction } from "discord.js";
|
||||
|
||||
export class ButtonEvent {
|
||||
public execute(interaction: ButtonInteraction) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue