index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
__main__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make __main__ template strings private
Rapptz
2021-08-22
1
-10
/
+10
*
Make the bot template use f-strings over str.format
Kallum
2021-04-07
1
-2
/
+2
*
Remove encoding header from generated code
Rapptz
2021-04-04
1
-4
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-12
/
+10
*
Only run main() if the module is being executed as a script
Bryan Forbes
2021-02-28
1
-1
/
+2
*
Strip both - and _ from newcog class names
Josh
2021-01-15
1
-2
/
+3
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-2
/
+0
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Make discord --version a bit more helpful.
Rapptz
2019-04-16
1
-4
/
+24
*
Remove Python 3.5 check in __main__.py
Rapptz
2019-04-16
1
-7
/
+1
*
Add new cog methods
NCPlayz
2019-02-26
1
-9
/
+17
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+2
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-16
/
+16
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-2
/
+0
*
[commands] Add __global_check_once to list of cog functions.
Rapptz
2017-06-20
1
-0
/
+4
*
Fix format string in new bot template.
Rapptz
2017-05-17
1
-1
/
+1
*
First pass at having a __main__ file.
Rapptz
2017-05-17
1
-0
/
+280