aboutsummaryrefslogtreecommitdiff
path: root/src/lib/models/Level.ts
AgeCommit message (Collapse)Author
2022-02-04refactor modelsIRONM00N
2022-01-08add shared dbIRONM00N
2021-12-29misc improvements & typings changesIRONM00N
2021-11-22update contributors, fix formatting, added a bunch of repo forksIRONM00N
2021-11-01convert to esmIRONM00N
2021-10-31upgrade typescript, improve workflow, bunch of bug fixes and some other thingsIRONM00N
2021-10-27use declaration merging for models and clean them upIRONM00N
2021-08-26finished feature command and did some refactoringIRONM00N
2021-08-04miscIRONM00N
2021-07-31throw error objects instead of stringsIRONM00N
2021-07-31upgraded to typescript 4.3.5IRONM00N
The reason I had to use getters and setters for the db models is because in the newer version of typescript the properties would be defined at runtime and override the getter and setters that sequalize uses later, causing all the values to be undefined and not being able to save any information.
2021-07-17honestly no idea what I did at this pointIRONM00N
2021-07-14revamped role command and some other stuffIRONM00N
2021-07-11fix: circular importsIRONM00N
2021-07-04cleaned up lib importsIRONM00N
2021-06-24feat(*): Began working on other punishment commands etcIRONM00N
2021-06-21fix(db): made it work nowIRONM00N
2021-06-20feat(*): aaaaaIRONM00N
2021-05-16fix logging for slash command syncing, rename a few filesTymanWasTaken
2021-05-16Fix numbersTymanWasTaken
2021-05-15add xp given on message (25-75 is prop incorrect but idc)TymanWasTaken
2021-05-12add actual level calculation and level command, no actual leveling yet thoughTymanWasTaken
2021-05-11add setlevel commandTymanWasTaken
2021-05-11set up db for levelingTymanWasTaken