aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/discord.js/BushGuildMemberManager.d.ts
AgeCommit message (Collapse)Author
2022-01-23fix discord.js breaking changes, some other stuffIRONM00N
2021-12-26documentation, bug fixes etcIRONM00N
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-08-14fix discord.js changesIRONM00N
2021-08-05remove explicit any and add error for code blockIRONM00N
2021-08-05fixed ~500 errors from breaking changesIRONM00N
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