mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 11:44:07 +00:00
1.1.2
👽
This commit is contained in:
Generated
BIN
Binary file not shown.
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fosscord/server-util",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Utility functions for the all server repositories",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
+1
-1
@@ -213,7 +213,7 @@ export interface GuildMemberUpdateEvent extends Event {
|
||||
roles: string[];
|
||||
user: User;
|
||||
nick?: string;
|
||||
joined_at: Date;
|
||||
joined_at?: Date;
|
||||
premium_since?: number;
|
||||
pending?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user