Merge VylBot-Core
This commit is contained in:
parent
45d871fbf7
commit
8ca1800da5
39 changed files with 3316 additions and 146 deletions
5
tests/__mocks/events/normal.ts
Normal file
5
tests/__mocks/events/normal.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Event } from "../../../src/type/event";
|
||||
|
||||
export class normal extends Event {
|
||||
public override channelCreate() {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue