mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: stuff
This commit is contained in:
parent
4803c5d67d
commit
2ab365b5ca
@ -61,7 +61,7 @@ session.start();
|
|||||||
* [Website](https://biscuitjs.com/)
|
* [Website](https://biscuitjs.com/)
|
||||||
* [Documentation](https://docs.biscuitjs.com/)
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
* [Discord](https://discord.gg/evqgTQYqn7)
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws)
|
* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
|
||||||
|
|
||||||
## Known issues:
|
## Known issues:
|
||||||
- node18 is required to run the library, however --experimental-fetch flag should work on node16+
|
- node18 is required to run the library, however --experimental-fetch flag should work on node16+
|
||||||
|
@ -27,3 +27,9 @@ import type { DiscordUser } from "https://unpkg.com/@biscuitland/api-types@1.1.0
|
|||||||
```
|
```
|
||||||
|
|
||||||
We deliver this package through [unpkg](https://unpkg.com/) and it does contain constants and routes too
|
We deliver this package through [unpkg](https://unpkg.com/) and it does contain constants and routes too
|
||||||
|
|
||||||
|
## Links
|
||||||
|
* [Website](https://biscuitjs.com/)
|
||||||
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
|
* [api-types](https://www.npmjs.com/package/@biscuitland/api-types)
|
||||||
|
2
packages/cache/README.md
vendored
2
packages/cache/README.md
vendored
@ -8,4 +8,4 @@ Structures to create a custom cache completely decoupled from the rest of the li
|
|||||||
* [Website](https://biscuitjs.com/)
|
* [Website](https://biscuitjs.com/)
|
||||||
* [Documentation](https://docs.biscuitjs.com/)
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
* [Discord](https://discord.gg/evqgTQYqn7)
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws)
|
* [cache](https://www.npmjs.com/package/@biscuitland/cache)
|
||||||
|
@ -59,4 +59,4 @@ B:\project> node --experimental-fetch index.js
|
|||||||
* [Website](https://biscuitjs.com/)
|
* [Website](https://biscuitjs.com/)
|
||||||
* [Documentation](https://docs.biscuitjs.com/)
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
* [Discord](https://discord.gg/evqgTQYqn7)
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws)
|
* [core](https://www.npmjs.com/package/@biscuitland/core)
|
||||||
|
@ -18,3 +18,8 @@ for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
|
|||||||
- Builders
|
- Builders
|
||||||
- Other helper functions such as setPresence
|
- Other helper functions such as setPresence
|
||||||
|
|
||||||
|
## Links
|
||||||
|
* [Website](https://biscuitjs.com/)
|
||||||
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
|
* [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
|
||||||
|
@ -61,3 +61,9 @@ app.listen({ port: "port..." });
|
|||||||
```
|
```
|
||||||
|
|
||||||
This package can be delivered through [unpkg](https://unpkg.com/) however is not tested yet
|
This package can be delivered through [unpkg](https://unpkg.com/) however is not tested yet
|
||||||
|
|
||||||
|
## Links
|
||||||
|
* [Website](https://biscuitjs.com/)
|
||||||
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
|
* [rest](https://www.npmjs.com/package/@biscuitland/rest)
|
||||||
|
@ -67,3 +67,9 @@ wsManager.agent.options.totalShards = wsManager.options.gatewayBot.shards;
|
|||||||
// start a quick bot
|
// start a quick bot
|
||||||
wsManager.shards();
|
wsManager.shards();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Links
|
||||||
|
* [Website](https://biscuitjs.com/)
|
||||||
|
* [Documentation](https://docs.biscuitjs.com/)
|
||||||
|
* [Discord](https://discord.gg/evqgTQYqn7)
|
||||||
|
* [ws](https://www.npmjs.com/package/@biscuitland/ws)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user