| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | Merge branch 'candy-collection' of ↵ | 2018-10-12 | -2/+6 | ||
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mathsman5133/hacktoberbot-1 into candy-collection | ||||
| | | | * | | | | | | fixed colour for spooky msg | 2018-10-11 | -3/+3 | ||
| | | | | | | | | | | |||||
| | | | * | | | | | | Update candy_collection.json | 2018-10-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new line | ||||
| | | | * | | | | | | Update candy_collection.py | 2018-10-10 | -4/+3 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge remote-tracking branch 'upstream/master' into candy-collection | 2018-10-12 | -25/+385 | ||
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | |||||
| | | * | | | | | | | Fixed docstrings, add blank lines for readibility, method of finding last 10 ↵ | 2018-10-12 | -27/+51 | ||
| | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | messages | ||||
| | | * | | | | | | candy-collection | 2018-10-09 | -0/+211 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Delete candy_collection.py | 2018-10-09 | -186/+0 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Delete candy_collection.json | 2018-10-09 | -25/+0 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Add files via upload | 2018-10-09 | -0/+211 | ||
| | | | | | | | | | |||||
| * | | | | | | | | solving some flake8 issues | 2018-11-20 | -4/+5 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' of https://github.com/DerpDays/hacktoberbot into ↵ | 2018-11-20 | -0/+105 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | DerpDays-master | ||||
| | * | | | | | | | Litterally got no idea why it failed checks last time | 2018-10-30 | -4/+6 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Made the local imports come before the external ones | 2018-10-30 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Added logging i believe, tell me if i messed up anywhere! | 2018-10-14 | -1/+43 | ||
| | | | | | | | | | |||||
| | * | | | | | | | I believe this fixes the flake8 issues | 2018-10-14 | -9/+5 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Ignore that last commit lol | 2018-10-14 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Forgot some commas | 2018-10-14 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Fixed the PEP8 errors, ill add logging soon. | 2018-10-14 | -20/+34 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Added a error handler! | 2018-10-14 | -0/+51 | ||
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Hacktoberbot -> Seasonalbot | 2018-11-18 | -13/+13 | ||
| | | | | | | | | |||||
| * | | | | | | | Flake8 | 2018-11-18 | -2/+0 | ||
| | | | | | | | | |||||
| * | | | | | | | Created an uptime cog. Testing Azure CI deployment. | 2018-11-18 | -7/+40 | ||
| | | | | | | | | |||||
| * | | | | | | | Fix hacktoberstats to properly parse valid repository names with _ and . | 2018-10-25 | -3/+3 | ||
| | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | | Merge pull request #46 from sco1/hacktoberstats | 2018-10-14 | -24/+157 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add GitHub account link/unlink to hacktoberstats Allow users to link their GitHub account to Discord via user Name, and able to get access to their stats without an additional parameter | ||||
| | * | | | | | | Fix typos, change username to more descriptive github_username | 2018-10-12 | -32/+32 | ||
| | | | | | | | | |||||
| | * | | | | | | Add GitHub account link/unlink to hacktoberstats | 2018-10-12 | -9/+142 | ||
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Add regex & command prefix filters to reaction cog (#45) | 2018-10-14 | -10/+48 | ||
| | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add regex & command prefix filters for reaction checks * Add bot self-reaction short circuit, add logging * Remove infinitely looping debug line oops... * Refactor to reduce log noise Move short circuit into a first reaction match to prevent logging every time someone invokes a command or the bot says something | ||||
| * | | | | | Added cog for Halloween facts (#36) | 2018-10-13 | -0/+89 | ||
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
| |/ / / / | |||||
| * | | | | Linting. Thanks fellas. | 2018-10-11 | -2/+0 | ||
| | | | | | |||||
| * | | | | 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 | ||
| | | |/ / | |/| | | |||||
| * | | | | 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. | ||||
| * | | | 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 | ||
| | | | | | |||||