Skip to content

Commit

Permalink
fix: Create hub leave file
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jun 28, 2023
1 parent 1332387 commit 1170a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Scripts/hub/leave.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { ChatInputCommandInteraction } from 'discord.js';
import reset from '../network/reset';

export async function execute(interaction: ChatInputCommandInteraction, channelId: string) {
await reset.execute(interaction, channelId);
}

0 comments on commit 1170a27

Please sign in to comment.