it didnt like that idc
This commit is contained in:
1
index.js
1
index.js
@@ -16,7 +16,6 @@ const client = new Client({
|
|||||||
});
|
});
|
||||||
client.once(Events.ClientReady, readyClient => {
|
client.once(Events.ClientReady, readyClient => {
|
||||||
console.log(`Discord: Connected as ${readyClient.user.tag}`);
|
console.log(`Discord: Connected as ${readyClient.user.tag}`);
|
||||||
client.user.setActivity('for x.com links', { type: ActivityType.Watching });
|
|
||||||
});
|
});
|
||||||
client.login(token);
|
client.login(token);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user