Make bot/user account notices consistent

This commit is contained in:
Schuyler Cebulskie
2016-10-30 16:41:39 -04:00
parent 5fa9e3548b
commit 589c44327a
5 changed files with 17 additions and 13 deletions

View File

@@ -538,7 +538,8 @@ class Guild {
}
/**
* Syncs this guild (already done automatically every 30 seconds). Only applicable to user accounts.
* Syncs this guild (already done automatically every 30 seconds).
* <warn>This is only applicable to user accounts.</warn>
*/
sync() {
if (!this.client.user.bot) this.client.syncGuilds([this]);