index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Code block: add function to create the instructions embed
MarkKoz
2020-06-13
-2
/
+7
*
Code block: use regex to parse incorrect languages
MarkKoz
2020-06-13
-18
/
+51
*
Code block: create a function to format the example code blocks
MarkKoz
2020-06-13
-17
/
+23
*
Code block: rename some things to be "private"
MarkKoz
2020-06-13
-26
/
+26
*
Code block: refactor `send_guide_embed`
MarkKoz
2020-06-13
-4
/
+4
*
Code block: fix error retrieving a deleted instructions message
MarkKoz
2020-06-13
-4
/
+17
*
Code block: clarify log messages in message edit event
MarkKoz
2020-06-13
-9
/
+6
*
Code block: edit instructions if edited message is still invalid
MarkKoz
2020-06-13
-5
/
+7
*
Code block: move bot message retrieval to a separate function
MarkKoz
2020-06-13
-16
/
+11
*
Code block: move instructions retrieval to a separate function
MarkKoz
2020-06-13
-26
/
+37
*
Code block: move instructions deletion to a separate function
MarkKoz
2020-06-13
-7
/
+16
*
Code block: fix valid code block being parsed as a missing block
MarkKoz
2020-06-13
-6
/
+9
*
Code block: add trace logging
MarkKoz
2020-06-13
-6
/
+48
*
Code block: use same lang specifier as the user for the py example
MarkKoz
2020-06-13
-5
/
+5
*
Code block: fix formatting of the additional message
MarkKoz
2020-06-13
-2
/
+2
*
Code block: fix missing space between words in message
MarkKoz
2020-06-13
-1
/
+1
*
Code block: fix formatting of example code blocks
MarkKoz
2020-06-13
-4
/
+4
*
Code block: fix find_code_blocks iteration and missing return
MarkKoz
2020-06-13
-11
/
+16
*
Code block: load the extension
MarkKoz
2020-06-13
-0
/
+1
*
Code block: use find_code_blocks to check if an edited msg was fixed
MarkKoz
2020-06-13
-16
/
+8
*
Code block: use new formatting functions in on_message
MarkKoz
2020-06-13
-17
/
+20
*
Code block: remove truncate function
MarkKoz
2020-06-13
-14
/
+0
*
Code block: rework the instruction formatting functions
MarkKoz
2020-06-13
-65
/
+113
*
Code block: move parsing functions to a separate module
MarkKoz
2020-06-13
-119
/
+126
*
Code block: remove obsolete functions
MarkKoz
2020-06-13
-108
/
+1
*
Code block: add function to check if REPL code exists
MarkKoz
2020-06-13
-17
/
+10
*
Code block: exclude code blocks 3 lines or shorter
MarkKoz
2020-06-13
-1
/
+3
*
Code block: add function to check for valid Python code
MarkKoz
2020-06-13
-29
/
+43
*
Code block: add function to truncate content
MarkKoz
2020-06-13
-21
/
+16
*
Code block: return code blocks with valid ticks but no lang
MarkKoz
2020-06-13
-11
/
+8
*
Code block: add function to find invalid code blocks
MarkKoz
2020-06-13
-2
/
+32
*
Code block: add regex to search for any code blocks
MarkKoz
2020-06-13
-12
/
+25
*
Code block: fix code block language regex
MarkKoz
2020-06-13
-1
/
+1
*
Code block: use a more efficient line count check
MarkKoz
2020-06-13
-57
/
+59
*
Code block: ignore if code block has *any* language
MarkKoz
2020-06-13
-5
/
+3
*
Code block: simplify log message
MarkKoz
2020-06-13
-3
/
+2
*
Code block: make invalid backticks a constant set
MarkKoz
2020-06-13
-9
/
+16
*
Code block: move standard guide message creation to a new function
MarkKoz
2020-06-13
-50
/
+55
*
Code block: move bad ticks message creation to a new function
MarkKoz
2020-06-13
-33
/
+37
*
Code block: move final send/cooldown code outside the try-except
MarkKoz
2020-06-13
-9
/
+6
*
Code block: add helper function to send the embed
MarkKoz
2020-06-13
-7
/
+15
*
Code block: invert conditions to reduce nesting
MarkKoz
2020-06-13
-102
/
+107
*
Code block: add helper function to check for channel cooldown
MarkKoz
2020-06-13
-2
/
+9
*
Code block: add helper function to check if msg should be parsed
MarkKoz
2020-06-13
-8
/
+19
*
Code block: add helper function to check channel is valid
MarkKoz
2020-06-13
-5
/
+9
*
Code block: add helper function to check for help channels
MarkKoz
2020-06-13
-5
/
+10
*
Move code block formatting detection to a separate extension/cog
MarkKoz
2020-06-13
-321
/
+342
*
Merge pull request #937 from python-discord/bug/filters/928/non-ascii-token
Mark
2020-06-12
-154
/
+357
|
\
|
*
Merge remote-tracking branch 'origin/master' into bug/filters/928/non-ascii-t...
MarkKoz
2020-06-02
-1044
/
+2456
|
|
\
|
*
|
Token remover: remove the `delete_message` function
MarkKoz
2020-06-02
-19
/
+9
[next]