Skip to content

Commit 656308c

Browse files
committed
update reddit app bot list
1 parent fbc3eea commit 656308c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/sync_moderators.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
require_relative 'default_bot'
44

55
class SyncModerators < DefaultBot
6-
EXCLUDE_BOTS = %w[automoderator floodassistant comment-nuke trendingtattler modmailtodiscord].freeze
6+
EXCLUDE_BOTS = %w[
7+
automoderator baseballflair botdefense comment-nuke discord-send duplicatedestroyer floodassistant modmail-userinfo
8+
modmailtodiscord repostsleuthbot trendingtattler
9+
].freeze
710

811
def initialize(subreddits: [])
912
super(purpose: 'Sync Moderators')

0 commit comments

Comments
 (0)