Skip to content

Commit

Permalink
fix: remove broken broadcaster call
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jan 15, 2021
1 parent fa56ffb commit c9106ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/Worldstate/BaroInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Baro extends Command {
const tembed = { ...embed };
tembed.fields = fieldGroup;
await this.messageManager.embed(message, tembed, false, true);
await this.broadcaster.broadcast(tembed, platform, 'baro', null);
});
} else {
await this.messageManager.embed(message, embed, false, true);
Expand Down

0 comments on commit c9106ac

Please sign in to comment.