3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-07 16:05:01 +00:00
zeppelin/backend/src/utils
2025-05-22 22:35:48 +00:00
..
async.ts chore: esm imports 2024-08-11 21:58:52 +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 chore: esm imports 2024-08-11 21:58:52 +03:00
canReadChannel.ts chore: esm imports 2024-08-11 21:58:52 +03:00
categorize.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
createPaginatedMessage.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
crypt.test.ts chore: esm imports 2024-08-11 21:58:52 +03:00
crypt.ts chore: esm imports 2024-08-11 21:58:52 +03:00
cryptHelpers.ts chore: esm imports 2024-08-11 21:58:52 +03:00
cryptWorker.ts refactor: convert /backend to ESM 2024-04-09 20:57:18 +03:00
DecayingCounter.ts Add bail-out after too many 429 errors 2021-08-18 23:57:44 +03:00
easyProfiler.ts chore: esm imports 2024-08-11 21:58:52 +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 chore: esm imports 2024-08-11 21:58:52 +03:00
formatZodIssue.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
getChunkedEmbedFields.ts chore: esm imports 2024-08-11 21:58:52 +03:00
getGuildPrefix.ts Update djs & knub (#395) 2023-04-01 14:58:17 +03:00
getMissingChannelPermissions.ts chore: esm imports 2024-08-11 21:58:52 +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: esm imports 2024-08-11 21:58:52 +03:00
lockNameHelpers.ts chore: esm imports 2024-08-11 21:58:52 +03:00
mergeRegexes.ts chore: esm imports 2024-08-11 21:58:52 +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: esm imports 2024-08-11 21:58:52 +03:00
messageHasContent.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
messageIsEmpty.ts chore: esm imports 2024-08-11 21:58:52 +03:00
missingPermissionError.ts chore: esm imports 2024-08-11 21:58:52 +03:00
multipleSlashOptions.ts feat: first batch of emojis 🎉 2024-02-14 09:18:40 +01:00
normalizeText.test.ts chore: esm imports 2024-08-11 21:58:52 +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 refactor: convert /backend to ESM 2024-04-09 20:57:18 +03:00
parseFuzzyTimezone.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
permissionNames.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +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 chore: esm imports 2024-08-11 21:58:52 +03:00
resolveMessageTarget.ts chore: esm imports 2024-08-11 21:58:52 +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: esm imports 2024-08-11 21:58:52 +03:00
snowflakeToTimestamp.ts chore: esm imports 2024-08-11 21:58:52 +03:00
stripMarkdown.ts Include stripMarkdown.ts 2020-09-15 01:35:59 +03:00
templateSafeObjects.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
typeUtils.ts refactor: replace io-ts with zod 2024-01-14 14:25:42 +00:00
unregisterEventListenersFromMap.ts automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
validateNoObjectAliases.test.ts chore: esm imports 2024-08-11 21:58:52 +03:00
validateNoObjectAliases.ts chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
waitForInteraction.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
zColor.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
zodDeepPartial.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00
zValidTimezone.ts feat: update to djs 14.19.3, node 22, zod 4 2025-05-22 22:35:48 +00:00