Skip to content

Commit

Permalink
Add beatmapset embed delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebola3461 committed Nov 24, 2024
1 parent 1740625 commit 3511724
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 178 deletions.
2 changes: 2 additions & 0 deletions events/InteractionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { handleSelectRoles } from "../modules/selectroles/handleSelectRoles";
import { handleBnRulesButton } from "../modules/tracking/handleBnRulesButton";
import { handleSyncButton } from "../modules/verification/interactions/handleSyncButton";
import previewVerificationMessage from "../modules/verification/message/previewVerificationMessage";
import BeatmapsetEmbed from "../responses/osu/BeatmapsetEmbed";

export class InteractionManager {
public readonly EventManager: EventManager;
Expand Down Expand Up @@ -47,6 +48,7 @@ export class InteractionManager {
handleSelectRoles(button);
handleSyncButton(button);
handleBnRulesButton(button);
BeatmapsetEmbed.delete(button);
}

private handleAutocompleteInteraction(autocomplete: AutocompleteInteraction) {
Expand Down
Loading

0 comments on commit 3511724

Please sign in to comment.