Skip to content

Commit

Permalink
Enable discord support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed May 5, 2018
1 parent a921401 commit 6f665fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverthrall/plugins/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Discord(IntervalTickPlugin):
TWO_MINUTES = 2 * 60

def __init__(self, config):
config.set_default('enabled', 'false')
config.set_default('enabled', 'true')
super(Discord, self).__init__(config)
config.set_default('stale_message_seconds', self.TWO_MINUTES)
config.set_default('interval.interval_seconds', self.ONE_MINUTE)
Expand Down

0 comments on commit 6f665fc

Please sign in to comment.