You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript ile Discord botu yapmak isteyenler için güzel bir başlangıç altyapısı.
Command ve event handler hazır bir şekilde bulunmaktadır.
Komut oluştururken takip edeceğiniz taslağı src/struct/Command.ts içerisinde bulabilirsiniz (src/commands/bot/ping.ts içinde bir örnek görebilirsiniz.).
Event oluştururken takip edeceğiniz taslağı src/struct/Event.ts içerisinde bulabilirsiniz (src/events/ready.ts içinde bir örnek görebilirsiniz.).