aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
dependabot/github_actions/astral-sh/setup-uv-7Bump astral-sh/setup-uv from 6 to 7Gravatar dependabot[bot]10 days
dependabot/pip/pip-5e502e9552Bump deepdiff from 8.5.0 to 8.6.1 in the pip group across 1 directoryGravatar dependabot[bot]6 weeks
dependabot/uv/regex-2025.9.18Bump regex from 2024.11.6 to 2025.9.18Gravatar dependabot[bot]20 hours
fix-eval-message-limitMerge pull request #2326 from python-discord/snekbox-filesGravatar Boris Muratov3 years
inject-settings-in-bot-coreimport _Channels from pydis_coreGravatar shtlrs2 years
mainDependency bumps (including pydis_core to 11.8.0)Gravatar Joe Banks20 hours
mbaruh/fix-modpings-scheduleAdd status commandGravatar Boris Muratov2 months
pastebin-auto-uploadMerge branch 'main' into pastebin-auto-uploadGravatar Steele Farnsworth9 months
wookie/lower-warning-to-infoLower level of log about missing channel to infoGravatar wookie18411 days
wookie184/fix-mentions-reply-resolvingFix incorrect variable used in mentions logicGravatar wookie18411 days
[...]
 
 
AgeCommit messageAuthorLines
2025-01-30Merge branch 'main' into pastebin-auto-uploadpastebin-auto-uploadGravatar Steele Farnsworth-20/+41
2025-01-30Change how a file is determined to be text-like. Decode text with correct enc...Gravatar Steele Farnsworth-3/+4
2025-01-30Remove messages related to disallowed text-like files.Gravatar Steele Farnsworth-34/+13
2025-01-29Account for messages with attachments being deleted before author reacts.Gravatar Steele Farnsworth-0/+14
2025-01-29Add logging; expand initial message from bot; fix bug in deleting the paste.Gravatar Steele Farnsworth-3/+18
2025-01-29Add comments explaining each step.Gravatar Steele Farnsworth-5/+10
2025-01-29Exit early if none of the attachments are text.Gravatar Steele Farnsworth-2/+1
2025-01-29Move EmbedFileHandler cog to its own moduleGravatar Steele Farnsworth-87/+111
2025-01-29Add helper function for extracting attachment text.Gravatar Steele Farnsworth-1/+8
2025-01-19Apply token filters to text attachment content.Gravatar Steele Farnsworth-1/+10
[...]