Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-09 | a whole lot of nothing | IRONM00N | |
2021-08-27 | upgrade to typescript 4.4.2 | IRONM00N | |
2021-07-31 | upgraded to typescript 4.3.5 | IRONM00N | |
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-29 | added a rudimentary automod, fixed a bunch of stuff, added some more listeners | IRONM00N | |
2021-07-26 | chore: add new eslint rule | IRONM00N | |
2021-07-23 | feat: some shit | IRONM00N | |
- fix breaking changes - refactored active punishments into one table - made listeners args have stricter types | |||
2021-07-20 | fixed caching | IRONM00N | |
2021-07-08 | fix breaking changes | IRONM00N | |
2021-07-07 | use discord.js fork because fuck dicord.js | IRONM00N | |
2021-06-29 | Revert Typescript Version upgrade -> it breaks sequelize | IRONM00N | |
2021-06-28 | fix breaking changes and bump dependencies | IRONM00N | |
2021-06-27 | did this a while ago so I don't remeber what I did | IRONM00N | |
2021-06-21 | fix(*): eslint | IRONM00N | |
2021-06-21 | fix(db): made it work now | IRONM00N | |
2021-06-19 | feat(*): A bunch of stuff | IRONM00N | |
- 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-14 | made a few changes | IRONM00N | |
2021-05-25 | Automatically format code | github-actions[bot] | |
2021-05-24 | Automatically format code | github-actions[bot] | |
2021-05-24 | finish yarn 2 migration | TymanWasTaken | |
2021-05-24 | Automatically format code | github-actions[bot] | |
2021-05-24 | Switch to pnp and use esbuild instead of tsc (#185) | SkyBlockDev | |
* Switch to pnp and use esbuild instead of tsc * fix package.json error |