Skip to content

Commit

Permalink
Temporarily disable updating of the bot's profile
Browse files Browse the repository at this point in the history
"Fixes" #35 by being blunt.
  • Loading branch information
turt2live authored Sep 6, 2018
1 parent 908caf2 commit c53ecf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WebhookBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class WebhookBridge {
* @private
*/
_updateBotProfile() {
return;
LogService.info("WebhookBridge", "Updating appearance of bridge bot");

const desiredDisplayName = this._config.webhookBot.appearance.displayName || "Webhook Bridge";
Expand Down Expand Up @@ -279,4 +280,4 @@ class WebhookBridge {
}
}

module.exports = new WebhookBridge();
module.exports = new WebhookBridge();

0 comments on commit c53ecf8

Please sign in to comment.