aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/discord-akairo/BushInhibitor.ts
AgeCommit message (Collapse)Author
2022-08-18restructure, experimental presence and member automod, fixed bugs probably ↵IRONM00N
made some more bugs
2022-06-17remove global client variableIRONM00N
2022-06-16remove util classes, move config out of srcIRONM00N
2022-06-14remove the war crimes that I previously committedIRONM00N
- Remove custom typings and replace with declaration merging - Fix the typings for args - Replace all discord-api-types imports with discord.js imports - Fix discord.js breaking changes
2021-12-26documentation, bug fixes etcIRONM00N
2021-11-22add @notenoughupdates/simplify-numberIRONM00N
2021-11-01convert to esmIRONM00N
2021-10-31upgrade typescript, improve workflow, bunch of bug fixes and some other thingsIRONM00N
2021-08-05remove explicit any and add error for code blockIRONM00N
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-26chore: add new eslint ruleIRONM00N
2021-07-11fix: circular importsIRONM00N
2021-07-04cleaned up lib importsIRONM00N
2021-06-29don't judge part 1IRONM00N