mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 18:53:05 +00:00
Updated Event Types
This commit is contained in:
parent
3762e554b4
commit
e59415ac62
7 changed files with 54 additions and 24 deletions
|
@ -2,6 +2,7 @@ import { Client, Events } from 'discord.js';
|
|||
|
||||
import { setMembers } from '../db/db.js';
|
||||
import { loadConfig } from '../util/configLoader.js';
|
||||
import { Event } from '../types/EventTypes.js';
|
||||
|
||||
export default {
|
||||
name: Events.ClientReady,
|
||||
|
@ -16,4 +17,4 @@ export default {
|
|||
|
||||
console.log(`Ready! Logged in as ${client.user?.tag}`);
|
||||
},
|
||||
};
|
||||
} as Event<typeof Events.ClientReady>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue