aboutsummaryrefslogtreecommitdiff
path: root/discord/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* Make __main__ template strings privateRapptz2021-08-221-10/+10
* Make the bot template use f-strings over str.formatKallum2021-04-071-2/+2
* Remove encoding header from generated codeRapptz2021-04-041-4/+1
* Modernize code to use f-stringsRapptz2021-04-041-12/+10
* Only run main() if the module is being executed as a script Bryan Forbes2021-02-281-1/+2
* Strip both - and _ from newcog class namesJosh2021-01-151-2/+3
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-2/+0
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Make discord --version a bit more helpful.Rapptz2019-04-161-4/+24
* Remove Python 3.5 check in __main__.pyRapptz2019-04-161-7/+1
* Add new cog methodsNCPlayz2019-02-261-9/+17
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix import orderHornwitser2018-11-241-1/+2
* [lint] Rename exception variables to excHornwitser2018-11-241-16/+16
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-1/+1
* [lint] Remove unused importsHornwitser2018-08-221-2/+0
* [commands] Add __global_check_once to list of cog functions.Rapptz2017-06-201-0/+4
* Fix format string in new bot template.Rapptz2017-05-171-1/+1
* First pass at having a __main__ file.Rapptz2017-05-171-0/+280