| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | Added cog for Halloween facts (#36) | 2018-10-13 | -0/+93 | ||
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added cog for Halloween facts * Posts a random Halloween fact to a channel at regular intervals. * Displays last posted fact on command. * Update README for Halloween facts * Markdown fix * Add a random spooky emoji to embed titles * Use on_ready instead of wait_until_ready * Relocate halloween facts to a JSON file * Update Hacktoberbot channel ID * Remove unnecessary variable * Update JSON file location | ||||
| * | | | | | The app was logging to the wrong directory. This is now fixed. Also silenced ↵ | 2018-10-12 | -2/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | websockets logging | ||||
| * | | | | | Merging in master | 2018-10-12 | -5/+8 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | improving the .help docstrings, and making the bot load cogs from the ↵ | 2018-10-11 | -5/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct path. (#43) * Improving some docstrings and making it look in ./bot/cogs for cogs. * Removing pointless stuff from a docstring | ||||
| * | | | | | | Fixing halloweenify json path | 2018-10-12 | -1/+4 | ||
| |/ / / / / | |||||
| * | | | | | Remove extra lines in build script | 2018-10-11 | -3/+0 | ||
| | | | | | | |||||
| * | | | | | Merge pull request #42 from discord-python/deploy | 2018-10-11 | -4/+67 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Automatic deployment with Docker | ||||
| | * | | | | | Linting. Thanks fellas. | 2018-10-11 | -2/+0 | ||
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into deploy | 2018-10-11 | -40/+116 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bot/__init__.py # bot/__main__.py # bot/cogs/hacktoberstats.py # bot/cogs/movie.py | ||||
| * | | | | | | Merge pull request #40 from hundredrab/spooky-reacts | 2018-10-11 | -0/+33 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix #27: Add spooky reactions. | ||||
| | * | | | | | | Add skull-and-crossbones to spookyreacts. | 2018-10-11 | -1/+2 | ||
| | | | | | | | | |||||
| | * | | | | | | Fix #27: Add spooky reactions. | 2018-10-11 | -0/+32 | ||
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #41 from discord-python/fixup | 2018-10-11 | -46/+93 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Various critical fixes. | ||||
| | * | | | | | Made the movie formatter less naïve. It no longer crashes if TMDB's return ↵ | 2018-10-11 | -12/+39 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | data is incomplete. | ||||
| | * | | | | | Adding Pale Man, fixing all flake8 issues, converting halloweenify to use ↵ | 2018-10-11 | -34/+54 | ||
| |/ / / / / | | | | | | | | | | | | | | | | aiohttp, fixing broken logging, ignoring irrelevant loggers, and turning the script into a valid module script. | ||||
| | * | | | | Run bash script with bash | 2018-10-11 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Deployment is working now | 2018-10-11 | -7/+7 | ||
| | | |/ / | |/| | | |||||
| | * | | | Remove extra params to pepper | 2018-10-10 | -4/+1 | ||
| | | | | | |||||
| | * | | | Make pepper behave more suitably for deployment | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Pepper: Fixed syntax again | 2018-10-10 | -3/+3 | ||
| | | | | | |||||
| | * | | | Pepper: See no evil.. | 2018-10-10 | -3/+3 | ||
| | | | | | |||||
| | * | | | Pepper params are key=value | 2018-10-10 | -1/+4 | ||
| | | | | | |||||
| | * | | | Update vars in build.sh | 2018-10-10 | -2/+1 | ||
| | | | | | |||||
| | * | | | Move pepper command to build.sh | 2018-10-10 | -1/+3 | ||
| | | | | | |||||
| | * | | | Let's try that again wthout a broken config | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Attempt to fix Pepper | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Apparently Pepper prompts for the password these days | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Silence Pepper | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Automatic deployment | 2018-10-10 | -1/+2 | ||
| | | | | | |||||
| | * | | | Add compose file | 2018-10-10 | -0/+11 | ||
| | | | | | |||||
| | * | | | Move some build steps to the script stage | 2018-10-10 | -0/+2 | ||
| | | | | | |||||
| | * | | | Corrected linting errors. | 2018-10-10 | -12/+16 | ||
| | | | | | |||||
| | * | | | Travis only has dev builds of 3.7 | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Add travis CI YML | 2018-10-10 | -2/+18 | ||
| | | | | | |||||
| | * | | | Move bot.py to __main__.py (Fixes #39) | 2018-10-10 | -0/+0 | ||
| | | | | | |||||
| | * | | | Dockerfile and build script | 2018-10-10 | -0/+34 | ||
| |/ / / | |||||
| * | | | Merge pull request #34 from markylon/master | 2018-10-10 | -0/+126 | ||
| |\ \ \ | | | | | | | | | Implement Halloweenify feature. | ||||
| | * | | | Another cosmetic mistake. | 2018-10-10 | -2/+2 | ||
| | | | | | |||||
| | * | | | Missing newline. | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Ooops, reversed the emojis. | 2018-10-10 | -1/+1 | ||
| | | | | | |||||
| | * | | | Minor changes to the Embed. | 2018-10-10 | -2/+2 | ||
| | | | | | |||||
| | * | | | Change message to a more friendly one. | 2018-10-10 | -2/+3 | ||
| | | |/ | |/| | |||||
| | * | | Implement Halloweenify feature. | 2018-10-09 | -0/+125 | ||
| | | | | |||||
| * | | | Merge pull request #23 from rgables/master | 2018-10-09 | -0/+99 | ||
| |\ \ \ | | | | | | | | | Added cog for random scary movie | ||||
| | * | | | spelling | 2018-10-09 | -2/+2 | ||
| | | | | | |||||
| | * | | | Embeds movie data from TMDb | 2018-10-09 | -27/+61 | ||
| | | | | | |||||
| | * | | | made apikey env var + formatted omdb response | 2018-10-06 | -66/+65 | ||
| | | | | | |||||
| | * | | | Roughed out omdb requests | 2018-10-06 | -0/+66 | ||
| | | | | | |||||
| * | | | | Merge pull request #22 from ninexball/master | 2018-10-09 | -3/+49 | ||
| |\ \ \ \ | | | | | | | | | | | Logging Feature | ||||
| | * \ \ \ | Merge branch 'master' into master | 2018-10-08 | -0/+235 | ||
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||