Initial commit 0.1.0

This commit is contained in:
Yusur 2025-08-19 15:26:40 +02:00
commit 1a4339eb9b
10 changed files with 1104 additions and 0 deletions

8
src/main.ts Normal file
View file

@ -0,0 +1,8 @@
import { client } from './bot';
import init from './init';
init();
client.login(process.env.TOKEN);