Disturbed Docs
Disturbed Docs
  • Overview
  • Command List
  • SETTINGS
    • Getting Started
      • Currency / Economy
      • Currency Drop + Pick
      • greet / leave / boost messages
    • Configuration keys
  • AUTORESPONDER
    • Quick-start
    • Guides
      • Beginner I: Using Simple Placeholders
      • Beginner II: Using Simple Functions
      • Intermediate I: Ranges and Making Choices
      • Intermediate II: Locked Choices
    • Resources
      • Variables, Placeholders & Functions
      • Examples
        • .bake command
      • Utility commands / Examples
        • Self-Verification System
        • Antiswear/Blacklisted Words
        • Anti Link/Advertising
        • Click to Disable Pings (e.g. Partner Pings)
        • Say Command
        • Invite Reward System
  • Modules
    • Basic Features
      • AFK system
      • Ping On Join (POJ)
      • Giveaway System
    • Advanced Modules
      • On Duty System
      • Invite & Promo Tracking
Powered by GitBook
On this page
  1. AUTORESPONDER
  2. Resources
  3. Utility commands / Examples

Click to Disable Pings (e.g. Partner Pings)

Last updated 3 months ago

in order to do this, first, we're going to make a role called "disable partner pings".

then, we're going to first create two different channels:

  1. #partners channel -- this is the channel where you send the partnered servers and ping everyone.

    1. add the role disable partner pings and turn off "view channel"

  2. now that you've completed your permissions, we are going to make a button responder. here's the command

    /buttonresponder addname:partner_disable reply:{addrole: @disable partner pings !}{embed} - you have disabled partner pings ♡ label:click to disable partner ping emoji::icon_disabled: color:grey by putting {addrole: @role}, it will add the disable ping role, which, if we did the permissions correctly in the previous step, will allow disabling of the ping.

you can also attach a second button to re-enable pings if you want, which works in a similar fashion. just remember to add {addbutton:partner_enable} into your /send command as well. /buttonresponder addname:partner_enable reply:{removerole: @disable partner pings !}{embed} - you have re-enabled partner pings ! thank you for supporting our server label:click to enable partner pings emoji::icon_enabled: color:blue

  1. finally, use the /send command to make a message in #disable-ping which allows them to click the button. /send content:{embed} please click the button below to disable pings if you don't want to be pinged anymore ! {addbutton:partner_disable} channel:#disable-ping

for this channel, we're going to go to the channel settings, edit channel permissions, and make thre adjustments:

for the @everyone role, keep it at "/" for "view channel", but turn off "send messages"

#disable-ping channel

the completed disable pings example
disable partner pings role creation