aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/movie.py (follow)
Commit message (Collapse)AuthorAgeLines
* Created an uptime cog. Testing Azure CI deployment.Gravatar Leon Sandøy2018-11-18-136/+0
|
* improving the .help docstrings, and making the bot load cogs from the ↵Gravatar Leon Sandøy2018-10-11-1/+4
| | | | | | | | correct path. (#43) * Improving some docstrings and making it look in ./bot/cogs for cogs. * Removing pointless stuff from a docstring
* Made the movie formatter less naïve. It no longer crashes if TMDB's return ↵Gravatar Leon Sandøy2018-10-11-12/+39
| | | | data is incomplete.
* Adding Pale Man, fixing all flake8 issues, converting halloweenify to use ↵Gravatar Leon Sandøy2018-10-11-13/+20
| | | | aiohttp, fixing broken logging, ignoring irrelevant loggers, and turning the script into a valid module script.
* spellingGravatar Ryan Gables2018-10-09-2/+2
|
* Embeds movie data from TMDbGravatar Ryan Gables2018-10-09-27/+61
|
* made apikey env var + formatted omdb responseGravatar Ryan Gables2018-10-06-0/+65