Merge VylBot-Core

This commit is contained in:
Ethan Lane 2021-12-21 18:02:27 +00:00
parent 45d871fbf7
commit 8ca1800da5
Signed by: Vylpes
GPG key ID: EED233CC06D12504
39 changed files with 3316 additions and 146 deletions

View file

@ -0,0 +1,5 @@
import { Event } from "../../../src/type/event";
export class normal extends Event {
public override channelCreate() {}
}