Skip to content

Commit

Permalink
Update CreateInvite.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Aug 29, 2024
1 parent a9362ea commit a20d5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/dev/CreateInvite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default class CreateInvite extends Command {
}

const invite = await textChannel.createInvite({
maxAge: 0,
maxUses: 1,
maxAge: 3600,
maxUses: 0,
reason: `Requested by developer: ${ctx.author.username}`,
});

Expand Down

0 comments on commit a20d5dc

Please sign in to comment.