v2.0 #55

Merged
Vylpes merged 73 commits from develop into main 2021-10-04 19:45:15 +01:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c3bcf76aac - Show all commits

1
.gitignore vendored
View file

@ -109,6 +109,7 @@ events/
/bot.ts
!tests/__mocks/commands
!tests/__mocks/events
# Linux Environment Files
*.swp

View file

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