We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc3eea commit 656308cCopy full SHA for 656308c
1 file changed
scripts/sync_moderators.rb
@@ -3,7 +3,10 @@
3
require_relative 'default_bot'
4
5
class SyncModerators < DefaultBot
6
- EXCLUDE_BOTS = %w[automoderator floodassistant comment-nuke trendingtattler modmailtodiscord].freeze
+ EXCLUDE_BOTS = %w[
7
+ automoderator baseballflair botdefense comment-nuke discord-send duplicatedestroyer floodassistant modmail-userinfo
8
+ modmailtodiscord repostsleuthbot trendingtattler
9
+ ].freeze
10
11
def initialize(subreddits: [])
12
super(purpose: 'Sync Moderators')
0 commit comments