Skip to content

Commit c1a7236

Browse files
committed
docs: update description of badgeHash parameter
1 parent cae2a68 commit c1a7236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rest/src/lib/CDN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export class CDN {
322322
* Generates a URL for a guild tag badge.
323323
*
324324
* @param guildId - The guild id
325-
* @param badgeHash - The hash provided by Discord for this badge
325+
* @param badgeHash - The hash of the badge
326326
* @param options - Optional options for the badge
327327
*/
328328
public guildTagBadge(guildId: string, badgeHash: string, options?: Readonly<BaseImageURLOptions>): string {

0 commit comments

Comments
 (0)