diff --git a/lib/gateway/Shard.js b/lib/gateway/Shard.js index 41f4f47d6..bef56364d 100644 --- a/lib/gateway/Shard.js +++ b/lib/gateway/Shard.js @@ -667,6 +667,8 @@ class Shard extends EventEmitter { * Fired when a guild is created. This happens when: * - the client creates a guild * - the client joins a guild + * @event Client#guildCreate + * @prop {Guild} guild The guild */ this.emit("guildCreate", guild); }