qcarpentier / lovelace

Lovelace is (not yet) the best Discord bot to bootstrap your Discord server.
1 stars 0 forks source link

Settings up folder architecture #3

Closed SirMishaa closed 4 years ago

SirMishaa commented 4 years ago

We need to set up a folder architecture in order to properly organize the code. I also propose to work with typescript classes.

I propose the following architecture :

node_modules/
build/
src/
-- Index.ts (Entry point)
-- Bot.ts (Bot class, singleton)
.git/
.gitignore
.eslintrc.js
.env
tsconfig.json
package.json

More files need to be added. This is just in order to set up the project and make the bot work.