aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions
AgeCommit message (Collapse)Author
2022-08-18restructure, experimental presence and member automod, fixed bugs probably ↵IRONM00N
made some more bugs
2022-08-10update discord js and discord-akairoIRONM00N
fix breaking changes add unverified bot emoji to user command
2022-08-09un readonlyIRONM00N
2022-08-06track the number of guilds the bot is in so I can make a graphIRONM00N
2022-08-05fix breaking changesIRONM00N
2022-08-05use assert/strictIRONM00N
2022-08-05add automod to quoteIRONM00N
2022-07-11create task categoriesIRONM00N
2022-07-06feat(automod): unmute buttonIRONM00N
2022-06-19refactoringIRONM00N
2022-06-19some documentationIRONM00N
2022-06-17update depsIRONM00N
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-02feat(errorHandler): ansi colorsIRONM00N
2022-06-02feat(helpCommand): add argumentsIRONM00N
2022-06-02fix: allow vc channels to be lockedIRONM00N
2022-06-01chore: fromatting fixes, refactor ping command, hopefully fix duration ↵IRONM00N
rounding issues
2022-06-01fix: remove user allowed mentionsIRONM00N
2022-05-31refactoring & changes to steal commandIRONM00N
2022-05-27fix: use util#formatErrorIRONM00N
2022-05-27fix(BushClientUtil#overflowEmbed): correctly overflowIRONM00N
2022-05-27fix: node version checkIRONM00N
2022-05-27fix: replace '{error}' in retry promptsIRONM00N
2022-05-25feat: add slash command usageIRONM00N
2022-05-25feat: massEvidence commandIRONM00N
2022-05-24fix: viewraw context command and perfomanceIRONM00N
2022-05-24fix: breaking changesIRONM00N
2022-04-25fix: modifyStart & modifyRetryIRONM00N
2022-04-24add member ship tracking because I want to make graphIRONM00N
2022-04-20fix: use correct variableIRONM00N
2022-04-20fix invite link, remove store channel, update to use builder methods, fix ↵IRONM00N
breaking changes
2022-03-28feat: message quotingIRONM00N
2022-03-14revert: changes I made to resolveNonCachedUserIRONM00N
2022-03-13feat: improve inspect wrapperIRONM00N
2022-03-13feat: make all base types bush resolvableIRONM00N
2022-03-12refactor: create and use util.overflowEmbedIRONM00N
2022-03-08feat: use short date format in guild and user commandsIRONM00N
2022-03-08feat(timestampAndDelta): change to 'D' timestampIRONM00N
2022-03-08feat: misc changes for extentionsIRONM00N
2022-03-05chore: upgrade depsIRONM00N
2022-02-27fix(FeaturesCommand): properly hide disabled featuresIRONM00N
2022-02-26Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot-3.0IRONM00N
2022-02-26feat: use Time enumIRONM00N
2022-02-25chore: update dependencies and fix breaking changesIRONM00N
2022-02-23feat(hl): make functional, no cool downs yet, restrcited to suIRONM00N
2022-02-23docs(BushClientUtil): add missing documentationIRONM00N
2022-02-21fix: source mapsIRONM00N