aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* Rename "cogs" directory to "exts"Gravatar MarkKoz2020-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)Gravatar Leon Sandøy2018-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 spoonerismsGravatar Gareth Coles2018-02-08-2/+0
|
* Basic bot framework with three cogs (bot, eval, logging)Gravatar Gareth Coles2018-02-04-0/+3