mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
misc: Remove Clyde (#2764)
* Remove Clyde * Remove Clyde avatar overwrite * Remove Clyde from the user pattern
This commit is contained in:
@@ -19,19 +19,6 @@ class ReadyHandler extends AbstractHandler {
|
||||
for (const guild of data.guilds) client.guilds.add(guild);
|
||||
for (const privateDM of data.private_channels) client.channels.add(privateDM);
|
||||
|
||||
if (!client.users.has('1')) {
|
||||
client.users.add({
|
||||
id: '1',
|
||||
username: 'Clyde',
|
||||
discriminator: '0000',
|
||||
avatar: 'https://discordapp.com/assets/f78426a064bc9dd24847519259bc42af.png',
|
||||
bot: true,
|
||||
status: 'online',
|
||||
activity: null,
|
||||
verified: true,
|
||||
});
|
||||
}
|
||||
|
||||
const t = client.setTimeout(() => {
|
||||
client.ws.connection.triggerReady();
|
||||
}, 1200 * data.guilds.length);
|
||||
|
||||
Reference in New Issue
Block a user