Skip to content

Commit

Permalink
Add #gifts section
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Jan 13, 2025
1 parent 48eb891 commit 934381b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _gen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for (const dir of [`src${version}/methods`, `src${version}/types`]) {
"pa": ["Payments", "payments"],
"ta": ["Translations", "translations"],
"pl": ["Polls", "polls"],
"gf": ["Gifts", "gifts"],
}).sort(([, [a]], [, [b]]) => a.localeCompare(b));
const knowsGroups = groups.map((v) => v[0]);

Expand Down

0 comments on commit 934381b

Please sign in to comment.