Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename "cogs" directory to "exts" | 2020-08-14 | -0/+0 | |
| | | | | | | | The directory contains modules, which are extensions. It only indirectly contains cogs through the extensions. Therefore, a technically more accurate name is "extensions", or "exts" when abbreviated. Furthermore, "exts" is consistent with SeasonalBot. | |||
* | Declaring the encoding to be utf-8 is not necessary in Python3. (#58) | 2018-04-27 | -1/+0 | |
| | | | | | | * Declaring the encoding to be utf-8 is not necessary in Python3 projects, as this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. * No blank lines at the top of file. Also snuck in a single letter typo correction in hiphopify because I'm a terrible person. inb4 THIS IS NOT IN SCOPE FOR THIS PR | |||
* | Remove spoonerisms | 2018-02-08 | -2/+0 | |
| | ||||
* | Basic bot framework with three cogs (bot, eval, logging) | 2018-02-04 | -0/+3 | |