Make bot/user account warnings MOAR CONSISTENT!!one!

This commit is contained in:
Schuyler Cebulskie
2016-11-12 17:15:17 -05:00
parent 1e8392d90b
commit ce132d5f54
5 changed files with 25 additions and 25 deletions

View File

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