Skip to content

Commit

Permalink
fix(lockdown): Fix scheduled action description
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Mar 26, 2020
1 parent 23ec0e3 commit 6c29944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moderation/commands/mod/lockdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class extends Command {
wasAllowed: !!(lowestOverride.allow & SEND_MESSAGES)
},
timeout ? moment().add(timeout).toDate() : null,
'Unlock from timed `!lockdown` command'
'Unlock from `!lockdown` command'
);

await this.client.editChannelPermission(channel.id, me.id, SEND_MESSAGES, 0, 'member', 'Channel lockdown');
Expand Down

0 comments on commit 6c29944

Please sign in to comment.