Advertisement
Guest User

Some conf.yaml?

a guest
Oct 12th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.82 KB | None | 0 0
  1. web:
  2.   '519535806382211114': admin
  3.   '583654590742790185': admin
  4.  
  5. levels:
  6.   '760874381429178368': 1 # Trial Moderator
  7.   '758207715301392414': 2 # Moderator
  8.   '758207616894631947': 3 # Admin
  9.   '758207655168049222': 4 # Head Admin
  10.   '758206190533738497': 5 # +
  11.  
  12. commands:
  13.   prefix: '!'
  14.  
  15. admin:
  16.     persist:
  17.       roles: true
  18.       role_ids: [760876286692032522,758207755520835587,761136271095496704,761136413176627201,761136543024414730,761136620430295090,762171617954365461,760874741183152149,762572725876293702,760874381429178368,758207715301392414,758207616894631947,758207655168049222,758206190533738497]
  19.       nickname: true
  20.       voice: true
  21.      
  22. infractions:
  23.     confirm_actions: true
  24.     confirm_actions_reaction: true
  25.     confirm_actions_expiry: 0
  26.     mute_role: 765152720948559882
  27.     reason_edit_level: 3
  28.     notify_actions: [WARN,KICK,BAN,TEMPBAN,SOFTBAN,UNMUTE,MUTE,TEMPMUTE]
  29.     show_moderator: true
  30.     silence_level: 4
  31.    
  32. spam:
  33.     levels:
  34.       0:
  35.         punishment: TEMPMUTE
  36.         punishment_duration: 600
  37.         clean: true
  38.         clean_count: 100
  39.         clean_duration: 0
  40.         max_messages:
  41.           count: 10
  42.           interval: 7
  43.         max_mentions:
  44.           count: 5
  45.           interval: 30
  46.         max_links:
  47.           count: 5
  48.           interval: 60
  49.         max_attachments:
  50.           count: 10
  51.           interval: 60
  52.         max_emojis:
  53.           count: 10
  54.           interval: 20
  55.         max_newlines:
  56.           count: 20
  57.           interval: 120
  58.         max_duplicates:
  59.           count: 2
  60.           interval: 30
  61.     ignored_channels: [761146106788446229,761146639863513118]
  62.  
  63. starboard:
  64.     channels:
  65.       765155221650276373:
  66.         clear_on_delete: false
  67.         min_stars: 3
  68.         star_color_max: 10
  69.         prevent_self_star: true
  70.        
  71. modlog:
  72.     channels:
  73.       761141830187483167: # Message Logs
  74.         compact: false
  75.         timestamps: true
  76.         timezone: Asia/Kolkata
  77.         include: [MESSAGE_EDIT,MESSAGE_DELETE,MESSAGE_DELETE_BULK]
  78.       761141850890436618: # Member logs
  79.         compact: false
  80.         timestamps: true
  81.         timezone: Asia/Kolkata
  82.         inculde: [GUILD_MEMBER_ROLES_ADD,GUILD_MEMBER_ROLES_RMV,MEMBER_ROLE_ADD,MEMBER_ROLE_REMOVE,MEMBER_RESTORE,ADD_NICK,RMV_NICK,CHANGE_NICK,CHANGE_USERNAME]
  83.       761142032164978709: # Server Logs
  84.         compact: false
  85.         timestamps: true
  86.         timezone: Asia/Kolkata
  87.         include: [CHANNEL_CREATE,CHANNEL_DELETE,GUILD_ROLE_CREATE,GUILD_ROLE_DELETE]
  88.       761142141966745630: # Mod Logs
  89.         compact: false
  90.         timestamps: true
  91.         timezone: Asia/Kolkata
  92.         include: [GUILD_BAN_ADD,MEMBER_TEMP_MUTED,MEMBER_MUTED,MEMBER_UNMUTED,MEMBER_KICK,MEMBER_BAN,MEMBER_SOFTBAN,MEMBER_TEMPBAN,MEMBER_WARNED,MEMBER_RESTORE]
  93.     new_member_threshold: 604800
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement