Skip to content

Commit

Permalink
feat: add guildId to channel query
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 17, 2024
1 parent d518050 commit a26d04e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@countbot/countbot-api-types",
"version": "1.11.1",
"version": "1.12.1",
"description": "API types for CountBot",
"author": {
"name": "CountBot",
Expand Down
1 change: 1 addition & 0 deletions src/rest/Channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type CountingMode = (typeof CountingModes)[number];
export interface RESTGetAPICountingChannels<T> extends BaseAuthRouteOptions<APICountingChannel<T> | null> {
Querystring: {
channelId?: string;
guildId?: string;
};
}

Expand Down

0 comments on commit a26d04e

Please sign in to comment.