got images working for pluralkit import!

This commit is contained in:
Aster Fialla
2026-02-15 01:14:21 -05:00
parent dedd50adfc
commit 5c1d974246
3 changed files with 7 additions and 11 deletions

View File

@@ -61,6 +61,7 @@ client.on(Events.Ready, () => {
try {
await client.login(token);
// await db.check_connection();
console.log('Gateway connected');
} catch (err) {
console.error('Login failed:', err);