Skip to content

Commit

Permalink
docs: update refs for DiscordLuau/discord-luau@a5891fe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2024
1 parent fe2b076 commit 1c2dbe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion discord-luau
Submodule discord-luau updated 102 files
4 changes: 4 additions & 0 deletions src/content/docs/classes/DiscordClient.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Fetches a guild by its ID.

> <LuaDeclaration name="fetchChannelAsync" className="DiscordClient" args={[ { name: "channelId", type: "string" } ]} returnType="Vendor.Future<Objects.DiscordChannel>" isMethod />
Fetches a channel by its ID.
### fetchDMChannelAsync

> <LuaDeclaration name="fetchDMChannelAsync" className="DiscordClient" args={[ { name: "recipientId", type: "string" } ]} returnType="Vendor.Future<Objects.DiscordChannel>" isMethod />
Fetches a DM channel between a user and the client.
### updatePresenceAsync

> <LuaDeclaration name="updatePresenceAsync" className="DiscordClient" args={[ { name: "discordPresence", type: "Builders.PresenceBuilder" } ]} returnType="Vendor.Future<boolean>" isMethod />
Expand Down

0 comments on commit 1c2dbe0

Please sign in to comment.