Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Rapptz
b8154e365f
Rewrite gateway to use aiohttp instead of websockets
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Rapptz
4843f61eaf
Make discord --version a bit more helpful.
6 years ago
Rapptz
2fe42d5e81
Remove Python 3.5 check in __main__.py
6 years ago
NCPlayz
11a0098269
Add new cog methods
Added two new arguments to the parser, and updated defunct cog code.
Remove debug
remove print statement
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
Hornwitser
efb4ff850e
[lint] Fix import order
Reorder imports to be consistenly grouped by standard library, third
party library, and local modules in that order thoughout the library.
7 years ago
Hornwitser
fa46b07db1
[lint] Rename exception variables to exc
Use the more explicit (and common) exc instead of e as the variable
holding the exception in except handlers.
7 years ago
Hornwitser
c8b49d37be
[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
7 years ago
Hornwitser
d58fc0ccee
[lint] Remove unused imports
Left over from various refactoring and rewrites.
7 years ago
Rapptz
c23ef9e8a4
[commands] Add __global_check_once to list of cog functions.
8 years ago
Rapptz
02d854a99c
Fix format string in new bot template.
8 years ago
Rapptz
8aa04b7084
First pass at having a __main__ file.
This allows you to generate templates and projects easily. Its main
purpose is to be easy to use for beginners in the upcoming
documentation.
Two new commands are added:
* newbot
* creates a new bot template using a name and optional directory
* newcog
* creates a new cog template using a name and optional directory
8 years ago