mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Make bot/user account notices consistent
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user