Skip to content

Commit

Permalink
Dont use @everyone in updater discord
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed May 8, 2018
1 parent 85655bb commit c89cf6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Server Thrall is a python based dedicated server toolbox. It's not a GUI to manage your server. It adds new features to the dedicated server that are not previously supported. To get the full value out of server thrall, please read the Configuration for Plugins section.

### Installation
* [Download ServerThrall](https://github.com/NullSoldier/serverthrall/releases/download/v2.1.0/serverthrall.2.1.0.zip)
* [Download ServerThrall](https://github.com/NullSoldier/serverthrall/releases/download/v2.1.1/serverthrall.2.1.1.zip)
* Unzip somewhere on your computer

### How to run
Expand Down
2 changes: 1 addition & 1 deletion serverthrall/plugins/serverupdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def tick_interval(self):
return

if self.discord is not None:
self.discord.send_message("ServerUpdater", "@everyone The server is restarting to install an update!")
self.discord.send_message("ServerUpdater", "The server is restarting to install an update!")

self.logger.info('An update is available from build %s to %s' % (current, target))
self.server.close()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit c89cf6b

Please sign in to comment.