/[sudobot]/trunk/src/events/debug/DebugEvent.ts
ViewVC logotype

Annotation of /trunk/src/events/debug/DebugEvent.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 287 - (hide annotations)
Mon Jul 29 17:29:22 2024 UTC (8 months, 2 weeks ago) by rakin
File MIME type: application/typescript
File size: 244 byte(s)
feat: add debug logging event
1 rakin 287 import BaseEvent from "../../utils/structures/BaseEvent";
2    
3     export default class DebugEvent extends BaseEvent {
4     constructor() {
5     super("debug");
6     }
7    
8     async run(e: any): Promise <void> {
9     console.log("DEBUG: ", e);
10     }
11     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26