aboutsummaryrefslogtreecommitdiff
path: root/src/lib/models
AgeCommit message (Collapse)Author
2022-02-04explicit member accessibility & jsdocs & typingsIRONM00N
2022-02-04refactor modelsIRONM00N
2022-01-25I love breaking changes!!!!IRONM00N
2022-01-23fix discord.js breaking changes, some other stuffIRONM00N
2022-01-09this is a really bad ideaIRONM00N
2022-01-08database migrations - use jsonb over text + JSON.parse, refactor bad word & ↵IRONM00N
automod - store word in shared db closes: #53
2022-01-08add shared dbIRONM00N
2021-12-30add timeout command and fix some other moderation commandsIRONM00N
2021-12-29misc improvements & typings changesIRONM00N
2021-12-27remind commandIRONM00N
2021-12-13added new automod thing, fixed some errorsIRONM00N
2021-11-22update contributors, fix formatting, added a bunch of repo forksIRONM00N
2021-11-10fixed lots of shit I thinkIRONM00N
2021-11-01convert to esmIRONM00N
2021-10-31upgrade typescript, improve workflow, bunch of bug fixes and some other thingsIRONM00N
2021-10-27use declaration merging for models and clean them upIRONM00N
2021-10-21Refactoring, rewrote ButtonPaginator, better permission handling + support ↵IRONM00N
for send messages in threads, optimizations, another scam link
2021-10-12fucking windowsIRONM00N
2021-10-12revamp automod, refactoring, fixesIRONM00N
2021-10-09a whole lot of nothingIRONM00N
2021-10-09some wip leveling stuff I did when I was bored at schoolIRONM00N
2021-10-03new links, bug fixes, excape rtl charecters in welcome messagesIRONM00N
2021-09-30I did this 2 weeks ago idk what I didIRONM00N
2021-09-18fix some shitIRONM00N
2021-09-09fix rolesIRONM00N
2021-09-06make stats persistant, fix automod logs, pm2 bsIRONM00N
2021-09-06evidence command and more loggingIRONM00N
2021-09-06change channel overrides to not use superusersIRONM00N
2021-09-05modlogid uuid -> nanoidIRONM00N
2021-09-05add moderation logging, fixes, hide modlog, jankIRONM00N
2021-09-05cleaning up and some imporvements to the stats commandIRONM00N
2021-09-03add setxp commandIRONM00N
2021-09-02log commandIRONM00N
2021-08-31bug fixes etcIRONM00N
2021-08-30some fixes + some more error stuffIRONM00N
2021-08-30leaderboard command and some fixesIRONM00N
2021-08-27testing sub commandsIRONM00N
2021-08-26start settings commandIRONM00N
2021-08-26finished feature command and did some refactoringIRONM00N
2021-08-25some fixesIRONM00N
2021-08-25join roles, sticky roles, join messages, support threads etcIRONM00N
2021-08-19painIRONM00N
2021-08-17turned on ts strict optionIRONM00N
2021-08-04miscIRONM00N
2021-07-31throw error objects instead of stringsIRONM00N
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-25Automatically format codegithub-actions[bot]
2021-07-25cleaned up eval command, ported test command, fixed listeners, fixed ↵IRONM00N
workflow, changed args typings
2021-07-23feat: some shitIRONM00N
- fix breaking changes - refactored active punishments into one table - made listeners args have stricter types
2021-07-20fixed cachingIRONM00N