index
:
bot
copilot/fix-dm-closed-error-handling
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
/
scripts
/
deploy.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2018-05-19
re-add snake cog and install zlib in base container
Christopher Baklid
-1
/
+2
2018-05-19
Revert commit changing users url
Joseph
-1
/
+1
2018-05-19
Switch back users url
Joseph
-1
/
+1
2018-05-19
Temporarily disable snakes cog while we fix a zlib issue
Joseph
-2
/
+2
2018-05-19
Add missing module to Pipfile
Joseph
-0
/
+1
2018-05-19
Snake cog (#78)
Leon Sandøy
-81
/
+2271
2018-05-15
Fix some silly type hints
Gareth Coles
-2
/
+2
2018-05-15
[GDPR] Also remove OAuth data
Gareth Coles
-1
/
+6
2018-05-15
[GDPR] Perhaps awaiting the coroutine is a good idea
Gareth Coles
-1
/
+1
2018-05-15
[GDPR] Users are now updated and removed correctly
Gareth Coles
-19
/
+47
2018-05-15
Python parser bug. How on earth haven't we seen this before now?
Leon Sandøy
-1
/
+1
2018-05-15
Minor bug with tags - wrong variable name, no import.
Leon Sandøy
-2
/
+2
2018-05-14
Update README.md
Leon Sandøy
-1
/
+1
2018-05-14
bugfix: commands always have the error property, we need to look for on_error
Leon Sandøy
-1
/
+1
2018-05-13
Bugfix for the aiohttp bug with Network Unreachable - will force the session ...
Leon Sandøy
-2
/
+15
2018-05-11
Bump multidict from 4.2.0 to 4.3.1 (#71)
dependabot[bot]
-31
/
+20
2018-05-08
Make python parser handle single bracket calls like self.accept(. (#73)
Leon Sandøy
-30
/
+62
2018-05-08
Don't load ClickUp cog if `CLICKUP_KEY` is unset. (#70)
Volcyy
-1
/
+12
2018-05-08
Codeblock 1.0 (#35)
Henrik Böving
-53
/
+210
2018-05-05
Update README.md
Gareth Coles
-0
/
+2
2018-05-05
Remove math cog as Mart has decided to stop maintaining it
Gareth Coles
-133
/
+0
2018-05-05
Ignore errors of commands with their own error handler. (#69)
Volcyy
-22
/
+14
2018-05-05
Show alternative syntax in help texts for `bot.tags.keys()` and `bot.tags` (#64)
Volcyy
-1
/
+15
2018-05-02
Upgrade alpine (#65)
Christopher Baklid
-1
/
+5
2018-05-01
Pin yarl to 1.1.1
Gareth Coles
-8
/
+9
2018-04-30
restructure docker files
Christopher Baklid
-1
/
+2
2018-04-29
Critical fix: python parsing broken with previous merge. This should fix it, ...
Leon Sandøy
-2
/
+2
2018-04-29
Python parser cleanup (#62)
Leon Sandøy
-124
/
+152
2018-04-29
use pip script
Christopher Baklid
-1
/
+5
2018-04-29
preinstall environment in the base container
Christopher Baklid
-0
/
+15
2018-04-29
readd .git folder to docker container, dependency for command
Christopher Baklid
-1
/
+0
2018-04-28
update dockerignore
Christopher Baklid
-0
/
+1
2018-04-28
update dockerignore
Christopher Baklid
-1
/
+5
2018-04-28
update dockerignore
Christopher Baklid
-0
/
+8
2018-04-28
deletes requirements files in favour of pipenv (#63)
Christopher Baklid
-16
/
+0
2018-04-28
else condition in deploy script to say skipping deploy
Christopher Baklid
-0
/
+2
2018-04-28
adds dockerfile that uses pipenv (#60)
Christopher Baklid
-20
/
+54
2018-04-28
Add help channel 4
Gareth Coles
-1
/
+3
2018-04-27
Use `ast.literal_eval` in get/setitem mimick parsing. (#59)
Volcyy
-13
/
+11
2018-04-27
Fixed a critical bug that makes it impossible for users to change their nickn...
Leon Sandøy
-4
/
+6
2018-04-27
Declaring the encoding to be utf-8 is not necessary in Python3. (#58)
Leon Sandøy
-24
/
+1
2018-04-21
Use converters for tag command argument validation. (#56)
Volcyy
-78
/
+88
2018-04-20
[#1eeu1] Hiphopify (#54)
Leon Sandøy
-23
/
+270
2018-04-20
Use discord.py's case insensitivity instead of patching `bot.cogs` ourselves ...
Volcyy
-7
/
+2
2018-04-20
Bump multidict from 4.1.0 to 4.2.0 (#50)
dependabot[bot]
-26
/
+28
2018-04-19
Flake8 my ass!
Jeremiah Boby
-4
/
+4
2018-04-19
Changed Bot Avatar URL to appropriate constant
Jeremiah Boby
-2
/
+2
2018-04-19
Fixed bot avatar URL
Jeremiah Boby
-1
/
+1
2018-04-19
Fixed broken branding link
Jeremiah Boby
-1
/
+1
2018-04-17
[ClickUp #21zkw] Python-syntax calls are now the default for all commands, bu...
Leon Sandøy
-21
/
+22
[next]