This commit is contained in:
parent
17e55eac33
commit
6ec444cc14
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "usetether",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
|
||||
"description": "An API designed to provide real-time access to a user's Discord data.",
|
||||
"keywords": [
|
||||
|
@ -45,3 +45,4 @@ export const useTetherWS = (
|
||||
|
||||
return user;
|
||||
};
|
||||
export default useTetherWS;
|
@ -1,4 +1,5 @@
|
||||
export * from "@/lib/tether";
|
||||
// Hooks
|
||||
export * from "@/hook/websocket";
|
||||
|
||||
// Types
|
||||
export * from "@/types/config";
|
||||
|
Loading…
x
Reference in New Issue
Block a user