Skip to content

Commit

Permalink
CreateInvite.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Aug 29, 2024
1 parent 18bca8e commit a9362ea
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,9 +54,9 @@ export default class CreateInvite extends Command {
}

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

return await ctx.sendMessage({
Expand Down

0 comments on commit a9362ea

Please sign in to comment.