RESTOptions: (really) small description update for cdn (#9615)

Small option update cnd REST.ts

I just add "``" to uniform cdn @defaultValue with others one (like api).
The link is not broken anymore, because it do not work anymore.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
volcanofr
2023-06-09 11:00:20 +02:00
committed by GitHub
parent 911e6eff75
commit a531dc9f1c

View File

@@ -41,7 +41,7 @@ export interface RESTOptions {
/**
* The cdn path
*
* @defaultValue 'https://cdn.discordapp.com'
* @defaultValue `'https://cdn.discordapp.com'`
*/
cdn: string;
/**