Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DasWolke/CloudStorm
/ types & classes
Types & classes
10 in github.com/DasWolke/CloudStorm
⨍
Functions
67
◇
Types & classes
10
Class
src/Client.ts:20
Class
src/BetterWs.ts:29
Class
src/DiscordConnector.ts:53
Class
src/ShardManager.ts:17
Class
src/Shard.ts:16
Class
BetterWs
* Helper Class for simplifying the websocket connection to Discord. * @since 0.1.4
src/BetterWs.ts:29
Class
Client
* Main class used for receiving events and interacting with the Discord gateway. * @since 0.1.4
src/Client.ts:20
Class
DiscordConnector
* Class used for acting based on received events. * * This class is automatically instantiated by the library and is documented for reference. * @s
src/DiscordConnector.ts:53
Class
Shard
* Shard class, which provides a wrapper around the DiscordConnector with metadata like the id of the shard. * * This class is automatically instanti
src/Shard.ts:16
Class
ShardManager
* Class used for managing shards for the user. * * This class is automatically instantiated by the library and is documented for reference. * @sinc
src/ShardManager.ts:17