Skip to content

Commit

Permalink
Fix guildCreate docs (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx authored and abalabahaha committed Dec 1, 2019
1 parent f6203c6 commit 6185094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gateway/Shard.js
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6185094

Please sign in to comment.