aboutsummaryrefslogtreecommitdiff
path: root/src/tasks
AgeCommit message (Collapse)Author
2022-08-21miscIRONM00N
2022-08-21Automatically format codegithub-actions[bot]
2022-08-20fix ts composite shit, replace got with native fetch, update depsIRONM00N
2022-08-18restructure, experimental presence and member automod, fixed bugs probably ↵IRONM00N
made some more bugs
2022-08-06track the number of guilds the bot is in so I can make a graphIRONM00N
2022-08-05use assert/strictIRONM00N
2022-08-05random stuffIRONM00N
2022-07-14messing around with repo stuffIRONM00N
2022-07-11create task categoriesIRONM00N
2022-07-07extract needed part of node-os-utils and uninstall itIRONM00N
2022-07-07minor changes to the price commandIRONM00N
2022-06-18import typeIRONM00N
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-05-25feat: add slash command usageIRONM00N
2022-04-27feat: only log member counts of guilds with 100 or more membersIRONM00N
2022-04-24add member ship tracking because I want to make graphIRONM00N
2022-03-14fix(removeExpiredPunishments): cannot resolve userIRONM00N
2022-02-26feat: use Time enumIRONM00N
2022-01-15make expired punishments be removed at the exact time it expiresIRONM00N
2022-01-08add shared dbIRONM00N
2022-01-06remove the "." from Punishment expiredIRONM00N
2022-01-01a few thingsIRONM00N
2022-01-01added autocomplete to a few commands and performed some fixesIRONM00N
2021-12-30add timeout command and fix some other moderation commandsIRONM00N
2021-12-29eventsIRONM00N
2021-12-27remind commandIRONM00N
2021-12-14Automatically format codegithub-actions[bot]
2021-12-13added new automod thing, fixed some errorsIRONM00N
2021-11-01convert to esmIRONM00N
2021-10-31upgrade typescript, improve workflow, bunch of bug fixes and some other thingsIRONM00N
2021-10-27change printWidth to 130 and update dependeciesIRONM00N
2021-10-26clean up, bug fixesIRONM00N
2021-10-23a ton of bug fixesIRONM00N
2021-09-06make stats persistant, fix automod logs, pm2 bsIRONM00N
2021-09-06superUser sync and config command fixIRONM00N
2021-09-05add moderation logging, fixes, hide modlog, jankIRONM00N
2021-09-05cleaning up and some imporvements to the stats commandIRONM00N
2021-09-03remove metricsIRONM00N
2021-09-03frickIRONM00N
2021-09-03add pm2 metrics and fix abbreviatednumber type casterIRONM00N
2021-09-01cleanupIRONM00N
2021-09-01performance improvements & fixesIRONM00N
2021-08-24some fixes and hacky fetch member work arroundIRONM00N
2021-08-17turned on ts strict optionIRONM00N
2021-08-15fix fr I hopeIRONM00N
2021-08-04miscIRONM00N
2021-07-31misc fixesIRONM00N
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.