Skip to content

Commit

Permalink
docs: update refs for DiscordLuau/discord-luau@64ac256
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 0dfaf86 commit 55d0369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion discord-luau
4 changes: 2 additions & 2 deletions src/content/docs/classes/Objects/DiscordGuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ Edits a slash command in the guild asynchronously.

> <LuaDeclaration name="fetchSlashCommandsAsync" className="DiscordGuild" args={[ ]} returnType="Vendor.Future" isMethod />
Fetches all slash commands in the guild asynchronously.
### fetchGuildChannels
### fetchGuildChannelsAsync

> <LuaDeclaration name="fetchGuildChannels" className="DiscordGuild" args={[ ]} returnType="Vendor.Future" isMethod />
> <LuaDeclaration name="fetchGuildChannelsAsync" className="DiscordGuild" args={[ ]} returnType="Vendor.Future" isMethod />
Fetches all channels in the guild asynchronously.
### setSlashCommandsAsync

Expand Down

0 comments on commit 55d0369

Please sign in to comment.