Add events module with dashboard UI, scheduling, signups, and settings updates; extend env/readme.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GuildBan } from 'discord.js';
|
||||
import { EventHandler } from '../utils/types.js';
|
||||
import { context } from '../config/context.js';
|
||||
import { EventHandler } from '../utils/types';
|
||||
import { context } from '../config/context';
|
||||
|
||||
const event: EventHandler = {
|
||||
name: 'guildBanAdd',
|
||||
|
||||
Reference in New Issue
Block a user