mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
refactor: change xID to xId (#6036)
* refactor: change `xID` to `xId` * Update src/managers/MessageManager.js Co-authored-by: Noel <buechler.noel@outlook.com> Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -13,9 +13,9 @@ client.on('ready', async () => {
|
||||
{ name: 'afk channel', type: 'voice', id: 0 },
|
||||
{ name: 'system-channel', id: 1 },
|
||||
],
|
||||
afkChannelID: 0,
|
||||
afkChannelId: 0,
|
||||
afkTimeout: 60,
|
||||
systemChannelID: 1,
|
||||
systemChannelId: 1,
|
||||
});
|
||||
console.log(guild.id);
|
||||
assert.strictEqual(guild.afkChannel.name, 'afk channel');
|
||||
|
||||
Reference in New Issue
Block a user