You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**revolt.js** is a JavaScript library for interacting with the entire Revolt API.
5
+
**stoat.js** is a JavaScript library for interacting with the Stoat API
6
6
7
7
## Requirements
8
8
@@ -14,7 +14,7 @@ To use this module, you must be using at least:
14
14
## Example Usage
15
15
16
16
```javascript
17
-
import { Client } from"revolt.js";
17
+
import { Client } from"stoat.js";
18
18
19
19
let client =newClient();
20
20
@@ -46,15 +46,15 @@ function MyApp() {
46
46
}
47
47
```
48
48
49
-
## Revolt API Types
49
+
## Stoat API Types
50
50
51
51
> [!WARNING]
52
52
> It is advised you do not use this unless necessary. If you find somewhere that isn't covered by the library, please open an issue as this library aims to transform all objects.
53
53
54
-
All `revolt-api` types are re-exported from this library under `API`.
54
+
All `stoat-api` types are re-exported from this library under `API`.
0 commit comments