aboutsummaryrefslogtreecommitdiff
path: root/src/inhibitors
AgeCommit message (Collapse)Author
2022-09-05revamp command permissions, fix permission exploit for some command when ↵IRONM00N
used in forum channels, use enums more
2022-08-28rebrand v3IRONM00N
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
2022-02-28fix: more errorsIRONM00N
2022-02-28fix: revert to client.isOwnerOwen Duckham
2022-02-26feat: use Time enumIRONM00N
2022-02-24fix(DisableCommand): make it actually do the correct actionIRONM00N
2021-12-26documentation, bug fixes etcIRONM00N
2021-11-22update contributors, fix formatting, added a bunch of repo forksIRONM00N
2021-11-07made some constants enums and fixed perm check overriding inhibitorsIRONM00N
2021-11-01convert to esmIRONM00N
2021-10-31upgrade typescript, improve workflow, bunch of bug fixes and some other thingsIRONM00N
2021-09-30I did this 2 weeks ago idk what I didIRONM00N
2021-09-06change channel overrides to not use superusersIRONM00N
2021-08-23bunch of shitIRONM00N
2021-08-17turned on ts strict optionIRONM00N
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-30clean up and fix stuffIRONM00N
2021-07-26refactor: this.client -> clientIRONM00N
2021-07-26fix: refactored eval, sanitize decode, refactor price and fix trying to use ↵IRONM00N
an emoji as a color
2021-07-17honestly no idea what I did at this pointIRONM00N
2021-07-11fix: circular importsIRONM00N
2021-07-04cleaned up lib importsIRONM00N
2021-07-01don't judge me part 2 & fix esbuild with eval commandIRONM00N
2021-06-29don't judge part 1IRONM00N
2021-06-27did this a while ago so I don't remeber what I didIRONM00N
2021-06-24feat(*): Began working on other punishment commands etcIRONM00N
2021-05-27Fix file namingTymanWasTaken
2021-05-26some rebrandingIRONM00N
2021-04-27legit just copy utilibot v2 codeTymanWasTaken