index
:
bot
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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
*
Add global bot instance
MarkKoz
2020-10-16
-3
/
+10
*
Snekbox: raise paste character length
MarkKoz
2020-10-15
-1
/
+1
*
Code block: fix _fix_indentation failing for line counts of 1
MarkKoz
2020-10-14
-0
/
+4
*
Merge pull request #886 from python-discord/bug/utility/829/non-py-code-detec...
Mark
2020-10-14
-357
/
+733
|
\
|
*
Utils: clarify why has_lines counts by splitting by newlines
MarkKoz
2020-10-14
-0
/
+1
|
*
Merge master and fix conflicts
MarkKoz
2020-10-05
-3820
/
+3457
|
|
\
|
*
|
Code block: support the "pycon" language specifier
MarkKoz
2020-10-05
-1
/
+1
|
*
|
Fix conflict for webhook token check in code block detection
MarkKoz
2020-09-09
-604
/
+203
|
|
\
\
|
*
|
|
Code block: make _get_leading_spaces more readable
MarkKoz
2020-08-25
-7
/
+5
|
*
|
|
Stats: use the is_in_category util function
MarkKoz
2020-08-25
-2
/
+2
|
*
|
|
Use category_id attribute in is_in_category
MarkKoz
2020-08-25
-2
/
+1
|
*
|
|
Code block: fix conflict with wait_for_deletion args
MarkKoz
2020-08-23
-161
/
+264
|
|
\
\
\
|
*
|
|
|
Code block: clarify that the original message can be edited
MarkKoz
2020-08-23
-6
/
+9
|
*
|
|
|
HelpChannels: fix conflict with pin functions
MarkKoz
2020-08-08
-1127
/
+3763
|
|
\
\
\
\
|
*
|
|
|
|
Code block: dedent code before validating it
MarkKoz
2020-06-28
-4
/
+17
|
*
|
|
|
|
Code block: re-add indentation fixing function
MarkKoz
2020-06-28
-0
/
+49
|
*
|
|
|
|
Code block: support IPython REPL detection
MarkKoz
2020-06-27
-6
/
+53
|
*
|
|
|
|
Code block: fix BadLanguage creation
MarkKoz
2020-06-27
-2
/
+2
|
*
|
|
|
|
HelpChannels: fix is_in_category call
MarkKoz
2020-06-27
-1
/
+1
|
*
|
|
|
|
Code block: clarify get_instructions's docstring
MarkKoz
2020-06-27
-1
/
+5
|
*
|
|
|
|
Code block: simplify channel cooldown dict creation
MarkKoz
2020-06-27
-1
/
+1
|
*
|
|
|
|
Code block: use config constant for cooldown
MarkKoz
2020-06-27
-2
/
+4
|
*
|
|
|
|
Code block: make PY_LANG_CODES more visible
MarkKoz
2020-06-27
-1
/
+2
|
*
|
|
|
|
Code block: rename BadLanguage attributes
MarkKoz
2020-06-27
-4
/
+4
|
*
|
|
|
|
Merge remote-tracking branch 'origin/master' into bug/utility/829/non-py-code...
MarkKoz
2020-06-22
-133
/
+469
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Code block: remove needless f-strings
MarkKoz
2020-06-14
-3
/
+3
|
*
|
|
|
|
|
Code block: add stats
MarkKoz
2020-06-14
-1
/
+5
|
*
|
|
|
|
|
Code block: simplify retrieval of channel ID from payload
MarkKoz
2020-06-14
-1
/
+1
|
*
|
|
|
|
|
Code block: add configurable variables
MarkKoz
2020-06-13
-21
/
+41
|
*
|
|
|
|
|
Create a utility function to count lines in a string
MarkKoz
2020-06-13
-2
/
+13
|
*
|
|
|
|
|
Code block: adjust logging levels
MarkKoz
2020-06-13
-4
/
+4
|
*
|
|
|
|
|
Code block: fix missing newline before generic example
MarkKoz
2020-06-13
-1
/
+1
|
*
|
|
|
|
|
Move some functions into a new channel utility module
MarkKoz
2020-06-13
-37
/
+54
|
*
|
|
|
|
|
Code block: document the cog
MarkKoz
2020-06-13
-7
/
+42
|
*
|
|
|
|
|
Code block: fix wrong message shown for bad ticks with a valid language
MarkKoz
2020-06-13
-1
/
+1
|
*
|
|
|
|
|
Code block: don't return bad language instructions if nothing's wrong
MarkKoz
2020-06-13
-14
/
+19
|
*
|
|
|
|
|
Code block: join bad language instructions by spaces
MarkKoz
2020-06-13
-9
/
+11
|
*
|
|
|
|
|
Code block: fix message content being edited instead of the embed
MarkKoz
2020-06-13
-1
/
+1
|
*
|
|
|
|
|
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
[next]