aboutsummaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Collapse)Author
2022-08-28rebrand v3IRONM00N
2022-08-27node-canvas -> @napi-rs/canvasIRONM00N
ts 4.7.4 -> 4.8.2
2022-08-27add bot -> application mapping for user commandIRONM00N
2022-08-22add privacy policy to help command and links commandIRONM00N
2022-08-22show hidden features to bot devsIRONM00N
2022-08-22don't show both bot emojisIRONM00N
2022-08-21fix modlog hidden casesIRONM00N
2022-08-21fix sync automodIRONM00N
2022-08-21testing somethingIRONM00N
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-14add mylogs command - view your own modlogsIRONM00N
2022-08-14allow hl show when a user has no words highlighted but still have blocked ↵IRONM00N
users or channels
2022-08-14add bugs-with-cool-version-of-neu to solved commandIRONM00N
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-05fix breaking changesIRONM00N
2022-08-05use assert/strictIRONM00N
2022-08-05add support thread solved commandIRONM00N
2022-08-05add more mappingsIRONM00N
2022-08-05hide incomplete commandsIRONM00N
2022-08-05wip tooltip renderingIRONM00N
2022-08-05wip ticketsIRONM00N
2022-08-05random stuffIRONM00N
2022-07-14messing around with repo stuffIRONM00N
2022-07-14invite infoIRONM00N
2022-07-14ticketIRONM00N
2022-07-14add some explicit returns annotations for help commandIRONM00N
2022-07-14use deepWriteable from utilIRONM00N
2022-07-11fix(uuid): use str.match instead of regex.execIRONM00N
2022-07-10allow more config options to be null / not setIRONM00N
2022-07-10switch the cape command to neu/neuIRONM00N
2022-07-07remove debug commandIRONM00N
2022-07-07improve steal command formattingIRONM00N
2022-07-07minor changes to the price commandIRONM00N
2022-07-06fix import fuckeryIRONM00N
2022-07-06feat(automod): unmute buttonIRONM00N
2022-07-06remove array from add*(...)IRONM00N
2022-07-06fix features command descriptionIRONM00N
2022-06-19actually fix highlight (un)blockIRONM00N
2022-06-19add more aliases to the links commandIRONM00N
2022-06-18use new textBasedChannel arg 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-06-11remove excessive ansi formattingIRONM00N
2022-06-11Add 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-11put some things on one lineIRONM00N
2022-06-11fix: purge fetchIRONM00N
2022-06-02feat(errorHandler): ansi colorsIRONM00N