Custom Command
FunctionsServer Functions

$securityPause

a beta feature, where discord allow you to pause invites and DMs for a period of time

Usage

$securityPause[Duration of Pause (i.e 2h);Pause Invite (Yes/No);Pause DM (Yes/No)]

Duration of Pause:

The value determines how much time a pause should be applied, maximum allowed duration is 24h

Example (Pause invites for 24 hours):

$securityPause[24h;yes;no]

Example (Pause DMs for 12 hours):

$securityPause[12h;no;yes]

Example (Pause invites and DMs for 24 hours):

$securityPause[24h;yes;yes]

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 1 minute
  • Tracked By: Server
  • Type: pause-invite

Functions with the same type share cooldowns based on the same Tracked By value.

On this page