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
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-05-20
Source: Rename cog + move checks status from footer to field
ks129
-6
/
+3
- Renamed cog from `Source` to `BotSource` for itself (bot will be unable to get cog, because this always return command). - Moved checks status from footer to field and changed it's content.
2020-05-20
Source: Remove Cog check displaying from command
ks129
-5
/
+0
2020-05-20
Source: Remove links from title of embeds
ks129
-2
/
+2
2020-05-20
Source: Make converter raising `BadArgument` again
ks129
-5
/
+5
2020-05-20
Source: Fix `Cog` instance of source no `help` attribute
ks129
-1
/
+4
2020-05-20
Source: Implement no argument GitHub repo response
ks129
-5
/
+11
2020-05-20
Source: Remove `command` shadowing on converter
ks129
-3
/
+3
2020-05-20
Source: Make `source` command to `command` instead `group`
ks129
-2
/
+2
2020-05-20
Source: Create `source` command with alias `src`
ks129
-1
/
+7
2020-05-20
Source: Create `build_embed` function that build embed of source item
ks129
-0
/
+27
2020-05-20
Source: Add cog loading to __main__.py
ks129
-0
/
+1
2020-05-20
Source: Create `get_source_link` function that build item's GitHub link
ks129
-2
/
+23
2020-05-19
Source: Create converter for source object converting
ks129
-2
/
+31