Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | revamp command permissions, fix permission exploit for some command when ↵ | IRONM00N | |
used in forum channels, use enums more | |||
2022-08-29 | more error exceptions | IRONM00N | |
2022-08-28 | exit | IRONM00N | |
2022-08-28 | no error spam | IRONM00N | |
2022-08-28 | rebrand v3 | IRONM00N | |
2022-08-20 | fix ts composite shit, replace got with native fetch, update deps | IRONM00N | |
2022-08-05 | fix breaking changes | IRONM00N | |
2022-06-17 | remove global client variable | IRONM00N | |
2022-06-16 | remove util classes, move config out of src | IRONM00N | |
2022-06-11 | Add support for users as an argument to evidence command (#61) | TymanWasTaken | |
* Add user as an option for evidence command * Update usage and examples * Automatically format code * No clue why @discordjs/builders was missing * Update package.json * upgrade deps Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> | |||
2022-06-02 | feat(errorHandler): ansi colors | IRONM00N | |
2022-05-27 | fix: use util#formatError | IRONM00N | |
2022-04-20 | fix invite link, remove store channel, update to use builder methods, fix ↵ | IRONM00N | |
breaking changes | |||
2022-03-14 | feat(logging): over complicated repl | IRONM00N | |
2022-01-25 | I love breaking changes!!!! | IRONM00N | |
2022-01-23 | fix discord.js breaking changes, some other stuff | IRONM00N | |
2021-12-26 | documentation, bug fixes etc | IRONM00N | |
2021-12-13 | fix more bugs | IRONM00N | |
2021-11-28 | a few small changes | IRONM00N | |
2021-11-01 | convert to esm | IRONM00N | |
2021-10-26 | sentry stuff | IRONM00N | |
2021-10-26 | clean up, bug fixes | IRONM00N | |
2021-09-19 | some minor fixes | IRONM00N | |
2021-09-09 | warnings | IRONM00N | |
2021-09-07 | better console eval | IRONM00N | |
2021-09-05 | add moderation logging, fixes, hide modlog, jank | IRONM00N | |
2021-09-02 | clean up | IRONM00N | |
2021-08-30 | some fixes + some more error stuff | IRONM00N | |
2021-08-27 | consistency and more work on settings command | IRONM00N | |
2021-08-19 | added steal command, revamped error handling and other stuff | IRONM00N | |
2021-08-17 | warnings be gone | IRONM00N | |
2021-08-16 | fix | IRONM00N | |
2021-08-16 | add exit listener | IRONM00N | |
2021-07-31 | misc fixes | 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-30 | clean up and fix stuff | IRONM00N | |
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-26 | refactor: this.client -> client | IRONM00N | |
2021-07-26 | refactor: this.client.util -> util | IRONM00N | |
2021-07-23 | fix: reword cache & format | 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-18 | made price command faster | IRONM00N | |
2021-07-11 | fix: circular imports | IRONM00N | |
2021-07-04 | cleaned up lib imports | IRONM00N | |
2021-07-04 | cleaned up | IRONM00N | |
2021-07-01 | don't judge me part 2 & fix esbuild with eval command | IRONM00N | |
2021-06-29 | don't judge part 1 | IRONM00N | |
2021-06-24 | feat(*): Began working on other punishment commands etc | 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: |