Skip to content

Commit

Permalink
fix: add missing back ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Oct 11, 2021
1 parent 0af3e41 commit 45ebec3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/rest/v8/guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export interface RESTPatchAPIGuildJSONBody {
*/
discovery_splash?: string | null;
/**
* base64 16:9 png/jpeg image for the guild banner (when the server has the BANNER feature; can be animated gif when the server has the ANIMATED_BANNER feature)
* base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
*/
banner?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/rest/v9/guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export interface RESTPatchAPIGuildJSONBody {
*/
discovery_splash?: string | null;
/**
* base64 16:9 png/jpeg image for the guild banner (when the server has the BANNER feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
* base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
*/
banner?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion rest/v8/guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export interface RESTPatchAPIGuildJSONBody {
*/
discovery_splash?: string | null;
/**
* base64 16:9 png/jpeg image for the guild banner (when the server has the BANNER feature; can be animated gif when the server has the ANIMATED_BANNER feature)
* base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
*/
banner?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion rest/v9/guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export interface RESTPatchAPIGuildJSONBody {
*/
discovery_splash?: string | null;
/**
* base64 16:9 png/jpeg image for the guild banner (when the server has the BANNER feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
* base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)
*/
banner?: string | null;
/**
Expand Down

0 comments on commit 45ebec3

Please sign in to comment.