zappyzep/backend/src/utils
2023-07-01 12:32:16 +00:00
..
async.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
buildCustomId.ts feat: use a standard custom ID format in role buttons 2022-04-23 17:45:47 +03:00
calculateEmbedSize.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
canAssignRole.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
canReadChannel.ts Update to discord.js v13.8.0, adding support for text-in-voice 2022-06-13 21:19:56 +03:00
categorize.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
createPaginatedMessage.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
crypt.test.ts perf: move encryption/decryption to a separate thread 2021-10-09 14:22:51 +03:00
crypt.ts feat: add member cache; handle all role changes with RoleManagerPlugin; exit gracefully 2023-05-07 17:57:40 +03:00
cryptHelpers.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
cryptWorker.ts perf: move encryption/decryption to a separate thread 2021-10-09 14:22:51 +03:00
DecayingCounter.ts Add bail-out after too many 429 errors 2021-08-18 23:57:44 +03:00
easyProfiler.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
erisAllowedMentionsToDjsMentionOptions.ts Type fixes for djs 2021-06-30 04:56:56 +02:00
filterObject.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
findMatchingAuditLogEntry.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
getChunkedEmbedFields.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
getGuildPrefix.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
getMissingChannelPermissions.ts Update to discord.js v13.8.0, adding support for text-in-voice 2022-06-13 21:19:56 +03:00
getMissingPermissions.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
getPermissionNames.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
hasDiscordPermissions.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
idToTimestamp.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
intToRgb.ts Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +03:00
isDefaultSticker.ts More fixes, change rest of stripObjectToScalars to configAccessibleObj 2021-07-21 22:14:09 +02:00
isDmChannel.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
isGuildChannel.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
isScalar.ts Type fixes + use template safe values for renderTemplate() everywhere 2021-08-18 20:32:45 +03:00
isThreadChannel.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
isValidTimezone.ts Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
loadYamlSafely.ts chore: update dependencies 2023-04-01 20:31:44 +03:00
lockNameHelpers.ts Start move to d.js 2021-05-31 03:30:55 +02:00
mergeRegexes.ts perf(automod): also merge regexes in match_links, match_words 2021-10-17 08:03:38 +03:00
mergeWordsIntoRegex.ts perf(automod): also merge regexes in match_links, match_words 2021-10-17 08:03:38 +03:00
MessageBuffer.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
messageHasContent.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
messageIsEmpty.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
missingPermissionError.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
normalizeText.test.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
normalizeText.ts automod: fix normalize not trimming whitespace in ascii-only messages 2020-09-16 22:33:24 +03:00
parseColor.ts Allow more color formats in !post_embed / !edit_embed -color 2020-08-09 20:21:01 +03:00
parseCustomId.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
parseFuzzyTimezone.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
permissionNames.ts fix: add missing permissions to permissionNames.ts 2023-06-24 08:29:19 +00:00
readChannelPermissions.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
registerEventListenersFromMap.ts automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
resolveChannelIds.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
resolveMessageTarget.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
rgbToInt.ts Allow more color formats in !post_embed / !edit_embed -color 2020-08-09 20:21:01 +03:00
sendDM.ts chore: prettier 2023-05-08 21:33:40 +03:00
snowflakeToTimestamp.ts Add !slowmode command 2020-08-09 17:28:21 +03:00
stripMarkdown.ts Include stripMarkdown.ts 2020-09-15 01:35:59 +03:00
tColor.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
templateSafeObjects.ts feat: new username support vol 2 2023-06-24 12:07:58 +00:00
tValidTimezone.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
typeUtils.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
unregisterEventListenersFromMap.ts automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
validateNoObjectAliases.test.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
validateNoObjectAliases.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
waitForInteraction.ts chore: update backend packages 2023-07-01 12:32:16 +00:00