-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
15,264 additions
and
16,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Reference dimscord.html#reference Reference | ||
Modules required dimscord.html#modules-required Modules required | ||
Definable options dimscord.html#definable-options Definable options | ||
nimTitle dimscord dimscord.html module dimscord 0 | ||
heading Reference dimscord.html#reference Reference 0 | ||
heading Modules required dimscord.html#modules-required Modules required 0 | ||
heading Definable options dimscord.html#definable-options Definable options 0 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
fullSet dimscord/dispatch.html#fullSet,typedesc[T] dispatch: fullSet[T](U: typedesc[T]): set[T] | ||
handleEventDispatch dimscord/dispatch.html#handleEventDispatch,Shard,DispatchEvent,JsonNode dispatch: handleEventDispatch(s: Shard; event: DispatchEvent; data: JsonNode): owned(\n Future[void]) | ||
nimTitle dispatch dimscord/dispatch.html module dimscord/dispatch 0 | ||
nim fullSet dimscord/dispatch.html#fullSet,typedesc[T] proc fullSet[T](U: typedesc[T]): set[T] 53 | ||
nim handleEventDispatch dimscord/dispatch.html#handleEventDispatch,Shard,DispatchEvent,JsonNode proc handleEventDispatch(s: Shard; event: DispatchEvent; data: JsonNode): owned(\n Future[void]) 1002 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
`%%` dimscord/gateway.html#%%,openArray[] gateway: `%%`(v: openArray[(string, DataValue)]): Table[string, DataValue] | ||
updateStatus dimscord/gateway.html#updateStatus,Shard,seq[ActivityStatus],string gateway: updateStatus(s: Shard; activities: seq[ActivityStatus] = @[]; status = "online";\n afk = false): owned(Future[void]) | ||
updateStatus dimscord/gateway.html#updateStatus,Shard,string gateway: updateStatus(s: Shard; activity = none ActivityStatus; status = "online";\n afk = false): owned(Future[void]) | ||
resume dimscord/gateway.html#resume,Shard gateway: resume(s: Shard): owned(Future[void]) | ||
requestGuildMembers dimscord/gateway.html#requestGuildMembers,Shard,,string,seq[string] gateway: requestGuildMembers(s: Shard; guild_id: string or seq[string]; limit = none int;\n query = none string; nonce = ""; presences = false;\n user_ids: seq[string] = @[]): owned(Future[void]) | ||
getGuildMember dimscord/gateway.html#getGuildMember,Shard,string,string gateway: getGuildMember(s: Shard; guild_id, user_id: string; presence = false): Future[\n Member] | ||
voiceStateUpdate dimscord/gateway.html#voiceStateUpdate,Shard,string gateway: voiceStateUpdate(s: Shard; guild_id: string; channel_id = none string;\n self_mute, self_deaf = false): owned(Future[void]) | ||
disconnect dimscord/gateway.html#disconnect,Shard gateway: disconnect(s: Shard; should_reconnect = true): owned(Future[void]) | ||
endSession dimscord/gateway.html#endSession,DiscordClient gateway: endSession(discord: DiscordClient): owned(Future[void]) | ||
startSession dimscord/gateway.html#startSession,DiscordClient,set[GatewayIntent],int,int,int,int,int gateway: startSession(discord: DiscordClient; autoreconnect = true; gateway_intents: set[\n GatewayIntent] = {giGuilds, giGuildMessages, giDirectMessages,\n giGuildVoiceStates, giMessageContent};\n large_message_threshold, large_threshold = 50;\n max_message_size = 5000000; gateway_version = 10;\n max_shards = none int; shard_id = 0;\n cache_users, cache_guilds, guild_subscriptions = true;\n cache_guild_channels, cache_dm_channels = true): owned(\n Future[void]) | ||
latency dimscord/gateway.html#latency,Shard gateway: latency(s: Shard): int | ||
nimTitle gateway dimscord/gateway.html module dimscord/gateway 0 | ||
nim updateStatus dimscord/gateway.html#updateStatus,Shard,seq[ActivityStatus],string proc updateStatus(s: Shard; activities: seq[ActivityStatus] = @[]; status = "online";\n afk = false): owned(Future[void]) 249 | ||
nim updateStatus dimscord/gateway.html#updateStatus,Shard,string proc updateStatus(s: Shard; activity = none ActivityStatus; status = "online";\n afk = false): owned(Future[void]) 269 | ||
nim resume dimscord/gateway.html#resume,Shard proc resume(s: Shard): owned(Future[void]) 314 | ||
nim requestGuildMembers dimscord/gateway.html#requestGuildMembers,Shard,,string,seq[string] proc requestGuildMembers(s: Shard; guild_id: string or seq[string]; limit = none int;\n query = none string; nonce = ""; presences = false;\n user_ids: seq[string] = @[]): owned(Future[void]) 333 | ||
nim getGuildMember dimscord/gateway.html#getGuildMember,Shard,string,string proc getGuildMember(s: Shard; guild_id, user_id: string; presence = false): Future[\n Member] 362 | ||
nim voiceStateUpdate dimscord/gateway.html#voiceStateUpdate,Shard,string proc voiceStateUpdate(s: Shard; guild_id: string; channel_id = none string;\n self_mute, self_deaf = false): owned(Future[void]) 381 | ||
nim disconnect dimscord/gateway.html#disconnect,Shard proc disconnect(s: Shard; should_reconnect = true): owned(Future[void]) 498 | ||
nim endSession dimscord/gateway.html#endSession,DiscordClient proc endSession(discord: DiscordClient): owned(Future[void]) 681 | ||
nim startSession dimscord/gateway.html#startSession,DiscordClient,set[GatewayIntent],int,int,int,int,int proc startSession(discord: DiscordClient; autoreconnect = true; gateway_intents: set[\n GatewayIntent] = {giGuilds, giGuildMessages, giDirectMessages,\n giGuildVoiceStates, giMessageContent};\n large_message_threshold, large_threshold = 50;\n max_message_size = 5000000; gateway_version = 10;\n max_shards = none int; shard_id = 0;\n cache_users, cache_guilds, guild_subscriptions = true;\n cache_guild_channels, cache_dm_channels = true): owned(\n Future[void]) 728 | ||
nim latency dimscord/gateway.html#latency,Shard proc latency(s: Shard): int 828 | ||
nimgrp updatestatus dimscord/gateway.html#updateStatus-procs-all proc 247 |
Oops, something went wrong.