We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
badgeHash
1 parent cae2a68 commit c1a7236Copy full SHA for c1a7236
packages/rest/src/lib/CDN.ts
@@ -322,7 +322,7 @@ export class CDN {
322
* Generates a URL for a guild tag badge.
323
*
324
* @param guildId - The guild id
325
- * @param badgeHash - The hash provided by Discord for this badge
+ * @param badgeHash - The hash of the badge
326
* @param options - Optional options for the badge
327
*/
328
public guildTagBadge(guildId: string, badgeHash: string, options?: Readonly<BaseImageURLOptions>): string {
0 commit comments