Skip to content

Commit

Permalink
Merge pull request #147 from TogetherCrew/add-isBot-field-to-guildMem…
Browse files Browse the repository at this point in the history
…ber-updateBody

[FEATURE]: add isBot to IGuildMemberUpdateBody
  • Loading branch information
cyri113 authored Jan 24, 2024
2 parents 823b8ba + 72535e9 commit e60f1a1
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 e60f1a1

Please sign in to comment.