mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: stupid fmt
This commit is contained in:
@@ -981,10 +981,9 @@ export interface GatewayQueue {
|
||||
}
|
||||
```
|
||||
|
||||
Note, you can take this concept and expand on it as much as you
|
||||
like. You can swap out the fetch() with websockets or any other system you like to communicate between your processes. I
|
||||
highly recommend you take some time to add checks in place to prevent adding to queue when the queue reaches a certain
|
||||
size. You don't want this to become a memory leak of infinite size and crash your gateway. So take the time to do this
|
||||
right in your setup.
|
||||
Note, you can take this concept and expand on it as much as you like. You can swap out the fetch() with websockets or
|
||||
any other system you like to communicate between your processes. I highly recommend you take some time to add checks in
|
||||
place to prevent adding to queue when the queue reaches a certain size. You don't want this to become a memory leak of
|
||||
infinite size and crash your gateway. So take the time to do this right in your setup.
|
||||
|
||||
If you have any questions, please contact us on our [discord server](https://discord.gg/ddeno).
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export * from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";
|
||||
export * from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/mod.ts";
|
||||
export * from "https://deno.land/x/discordeno@16.0.1/mod.ts";
|
||||
export * from "https://deno.land/x/discordeno@16.0.1/plugins/mod.ts";
|
||||
|
||||
// Terminal Colors!
|
||||
export * from "https://deno.land/std@0.117.0/fmt/colors.ts";
|
||||
|
||||
Reference in New Issue
Block a user