mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Fix lint
This commit is contained in:
@@ -50,7 +50,7 @@ client.dispatcher.addInhibitor(msg => {
|
|||||||
return 'Blacklisted.';
|
return 'Blacklisted.';
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('ready', async () => {
|
client.on('ready', () => {
|
||||||
console.log(`[READY] Logged in as ${client.user.tag}! (${client.user.id})`);
|
console.log(`[READY] Logged in as ${client.user.tag}! (${client.user.id})`);
|
||||||
client.setInterval(() => {
|
client.setInterval(() => {
|
||||||
const activity = activities[Math.floor(Math.random() * activities.length)];
|
const activity = activities[Math.floor(Math.random() * activities.length)];
|
||||||
|
|||||||
Reference in New Issue
Block a user