aboutsummaryrefslogtreecommitdiff
path: root/src/lib/common
AgeCommit message (Collapse)Author
2022-08-18restructure, experimental presence and member automod, fixed bugs probably ↵IRONM00N
made some more bugs
2022-08-14add mylogs command - view your own modlogsIRONM00N
2022-08-14edit hl dms when on dm cooldownIRONM00N
2022-08-14reexport escapeMarkdownIRONM00N
2022-08-13check if a user is offline when deciding whether to delay hlIRONM00N
2022-08-10update discord js and discord-akairoIRONM00N
fix breaking changes add unverified bot emoji to user command
2022-08-09I am an idiotIRONM00N
2022-08-05use assert/strictIRONM00N
2022-08-05wip tooltip renderingIRONM00N
2022-07-14this is very boringIRONM00N
2022-07-14messing around with repo stuffIRONM00N
2022-07-14fix: numericSeparator is optionalIRONM00N
2022-07-14inspect options: add missing numericSeparator optionIRONM00N
2022-07-10allow more config options to be null / not setIRONM00N
2022-07-06feat(automod): unmute buttonIRONM00N
2022-07-06remove array from add*(...)IRONM00N
2022-07-06fix(hl): ignore when user is already mentioned in the messageIRONM00N
2022-06-28create test filesIRONM00N
2022-06-19actually fix highlight (un)blockIRONM00N
2022-06-19refactoring and spelling fixesIRONM00N
2022-06-19fix name conflicts and accidental infinite recursion in Format utilIRONM00N
2022-06-19some documentationIRONM00N
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-06-11fix(hl): make channel and user blocks workIRONM00N
2022-06-02feat(errorHandler): ansi colorsIRONM00N
2022-05-28feat: custom stripIndentIRONM00N
2022-05-27fix: use util#formatErrorIRONM00N
2022-05-24fix: breaking changesIRONM00N
2022-04-20fix invite link, remove store channel, update to use builder methods, fix ↵IRONM00N
breaking changes
2022-04-03feat(logging): use proxies for console.log etc instead of manipulating ↵IRONM00N
stdout and stderr directly
2022-04-02feat(hl): add last talked cooldownIRONM00N
2022-03-14feat(logging): over complicated replIRONM00N
2022-03-13feat: improve inspect wrapperIRONM00N
2022-03-05chore: upgrade depsIRONM00N
2022-03-03refactor: preemptively switch addField to addFieldsIRONM00N
2022-03-03fix(HighlightManager#isMatch): make individual words case insensitiveIRONM00N
2022-03-01feat: add hl cooldownsIRONM00N
2022-02-27fix(FeaturesCommand): properly hide disabled featuresIRONM00N
2022-02-25fix: miscIRONM00N
2022-02-23feat(hl): make functional, no cool downs yet, restrcited to suIRONM00N
2022-02-23fix(ConfirmationPrompt): make it actually workIRONM00N
2022-02-23fix(ConfirmationPrompt): make buttons legibleIRONM00N
2022-02-21fix: automod freaking outIRONM00N
2022-02-21perf: make massban actually workIRONM00N
2022-02-19fix: a ton of shitIRONM00N
2022-02-16feat: start testing perspectiveApi, and fix checkScamMentionsIRONM00N
2022-02-14fix: remove ts-ingoresIRONM00N
2022-02-13started working on appealsIRONM00N