Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.59 KB | None | 0 0
  1. web: {524325618352128002: admin, 531703448647893002: admin, 584926839785652234: admin} # Sets Talon, the console account and Mika's account to a website/dashboard administrator.
  2.  
  3. commands: # Command configuration.
  4.   prefix: '-' # Sets the prefix to "-".
  5.  
  6.   levels:
  7.     590372726452125697: 100 # Council role has administrator permissions.
  8.     590372320770785299: 100 # Owner role has administrator permissions.
  9.     590714083469295617: 100 # Senator role has administrator permissions.
  10.     593292342434201612: 100 # Bots role has administrator permissions.
  11.     590377789966778382: 50 # Moderator role has moderator permissions.
  12.     590378025540124672: 10 # Staff role has trusted permissions.
  13.     590376202355736596: 10 # Level 20 role has trusted permissions.
  14.     590376145157881857: 10 # Level 15 role has trusted permissions.
  15.     590376112123805708: 10 # Level 10 role has trusted permissions.
  16.     590375509901312003: 10 # Level 5 role has trusted permissions.
  17.    
  18.   plugins: # The plugins configuration.
  19.    
  20.     censor: # The censor plugin configuration.
  21.       levels: # Sets the level for the censor plugin. It targets that level and lower.
  22.         0: # Sets at 0 because no one should be allowed to bypass the censor plugin.
  23.          
  24.           filter_zalgo: true # Filters zalgo text.
  25.           filter_invites: true # Filters invite links to servers.
  26.           invites_guild_whitelist: [227635897540018176] # Adds Phoenix Community to the invite whitelist.
  27.           invites_whitelist: ['discord-developers', 'discord-testers', 'discord-api', 'events', 'discord-linux', 'gamenight', 'discord-feedback'] # Adds Discord official servers to the invite whitelist.
  28.           filter_domains: true # Filters domains and websites.
  29.           domains_whitelist: ['https://discordapp.com', 'https://ptb.discordapp.com', 'https://canary.discordapp.com', 'https://discord.gg', 'https://dis.gd'] # Adds whitelists to the domain filter.
  30.    
  31.     modlog:
  32.       channels:
  33.         590375030752542790:
  34.         exclude: []
  35.         include: []
  36.         timestamps: true
  37.         compact: true
  38.         timezone: US/Eastern
  39.       590375197320937482:
  40.         exclude: []
  41.         include: [MESSAGE_EDIT, MESSAGE_DELETE]
  42.         timestamps: true
  43.         compact: true
  44.         timezone: US/Eastern
  45.    
  46.     infractions:
  47.       confirm_actions: true
  48.       confirm_actions_reaction: true
  49.       confirm_actions_expiry: 0
  50.       mute_role: 590374385823514634
  51.       reason_edit_level: 100
  52.       notify_actions: [WARN, KICK, BAN, TEMPBAN, SOFTBAN, UNMUTE, MUTE, TEMPMUTE]
  53.       show_moderator: false
  54.       silence_level: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement