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