Initial commit
This commit is contained in:
commit
0dabb7c3c0
7 changed files with 924 additions and 0 deletions
7
index.js
Normal file
7
index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { initMembersChecker } from "./src/features/membersChecker.js";
|
||||
import { initDiscordBot } from "./src/features/discordBot.js";
|
||||
|
||||
(async () => {
|
||||
await initDiscordBot();
|
||||
await initMembersChecker();
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue