@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 +2 -1
- package/lib/index.js.map +2 -2
- package/lib/types/gateway.d.ts +1 -1
- package/lib/types/index.d.ts +4 -4
- package/package.json +3 -3
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
|
|
384
|
+
await this.render(children);
|
|
385
|
+
await this.flush();
|
|
385
386
|
}
|
|
386
387
|
} else {
|
|
387
388
|
await this.render(children);
|