Initial commit 0.1.0
This commit is contained in:
commit
1a4339eb9b
10 changed files with 1104 additions and 0 deletions
8
src/main.ts
Normal file
8
src/main.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
import { client } from './bot';
|
||||
import init from './init';
|
||||
|
||||
init();
|
||||
|
||||
client.login(process.env.TOKEN);
|
||||
Loading…
Add table
Add a link
Reference in a new issue