Skip to content

Commit

Permalink
[FEATURE]: add isBot to IGuildMemberUpdateBody
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Jan 24, 2024
1 parent 823b8ba commit 72535e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "3.0.26",
"version": "3.0.27",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/GuildMember.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface IGuildMemberUpdateBody {
deletedAt?: Date | null;
globalName?: string | null;
nickname?: string | null;
isBot?: boolean;
}

export interface IGuildMemberMethods {
Expand Down

0 comments on commit 72535e9

Please sign in to comment.