aboutsummaryrefslogtreecommitdiff
path: root/.yarn
AgeCommit message (Collapse)Author
2021-10-09a whole lot of nothingIRONM00N
2021-08-27upgrade to typescript 4.4.2IRONM00N
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-29added a rudimentary automod, fixed a bunch of stuff, added some more listenersIRONM00N
2021-07-26chore: add new eslint ruleIRONM00N
2021-07-23feat: some shitIRONM00N
- fix breaking changes - refactored active punishments into one table - made listeners args have stricter types
2021-07-20fixed cachingIRONM00N
2021-07-08fix breaking changesIRONM00N
2021-07-07use discord.js fork because fuck dicord.jsIRONM00N
2021-06-29Revert Typescript Version upgrade -> it breaks sequelizeIRONM00N
2021-06-28fix breaking changes and bump dependenciesIRONM00N
2021-06-27did this a while ago so I don't remeber what I didIRONM00N
2021-06-21fix(*): eslintIRONM00N
2021-06-21fix(db): made it work nowIRONM00N
2021-06-19feat(*): A bunch of stuffIRONM00N
- Remade logging - updated dependencies - started adding custom crap to the command handler - added emojis to stuff - can't remeber other stuff Note: this is currently broken BREAKING CHANGE:
2021-06-14made a few changesIRONM00N
2021-05-25Automatically format codegithub-actions[bot]
2021-05-24Automatically format codegithub-actions[bot]
2021-05-24finish yarn 2 migrationTymanWasTaken
2021-05-24Automatically format codegithub-actions[bot]
2021-05-24Switch to pnp and use esbuild instead of tsc (#185)SkyBlockDev
* Switch to pnp and use esbuild instead of tsc * fix package.json error