@satorijs/adapter-discord 3.3.2 → 3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -381,7 +381,8 @@ var DiscordMessenger = class extends import_satori2.Messenger {
381
381
  this.buffer += "\n";
382
382
  } else {
383
383
  await this.flush();
384
- await this.render(children, true);
384
+ await this.render(children);
385
+ await this.flush();
385
386
  }
386
387
  } else {
387
388
  await this.render(children);