Skip to content

Commit

Permalink
chore(lint): Fix ESLint syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Jan 4, 2025
1 parent cffddb1 commit 044fbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/events/discord/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default async (bot: Bot, client: Client) => {
type: bot.config.bot.activity.type,
state: bot.config.bot.activity.state,
url: bot.config.bot.activity.url
})
});
}, 10 * 60 * 1000); // 10 minutes


Expand Down
2 changes: 1 addition & 1 deletion src/lib/api/express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { embeds } from '../../embeds';
import { hashGenerator } from '../hashGenerator';
import { sysusage } from '../../utils/functions/sysusage';
import { uptime } from '../../utils/functions/uptime';
import { LoginType, LoginTypeEnum } from '../../@types';
import { LoginTypeEnum } from '../../@types';

import type { ShardingManager, VoiceChannel } from 'discord.js';
import type { Express } from 'express';
Expand Down

0 comments on commit 044fbad

Please sign in to comment.