Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed May 21, 2023
1 parent c1267ab commit 26c46a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/support/deassign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { parseNumber } from "../../internals/utils";

export default class Deassign extends Command {
async run(): Promise<void> {
this.interaction.deferReply();
await this.interaction.deferReply();

const numberToDeassign = parseNumber(this.interaction.options.getString("number_or_channel", true));

Expand Down

0 comments on commit 26c46a3

Please sign in to comment.