We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823b8ba + 72535e9 commit e60f1a1Copy full SHA for e60f1a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@togethercrew.dev/db",
3
- "version": "3.0.26",
+ "version": "3.0.27",
4
"description": "All interactions with DB",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
src/interfaces/GuildMember.interface.ts
@@ -25,6 +25,7 @@ export interface IGuildMemberUpdateBody {
25
deletedAt?: Date | null;
26
globalName?: string | null;
27
nickname?: string | null;
28
+ isBot?: boolean;
29
}
30
31
export interface IGuildMemberMethods {
0 commit comments