aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'vote-monster-refactor' of ↵Gravatar Leon Sandøy2018-11-20-2/+194
|\ | | | | | | https://github.com/dfitzpatrick/hacktoberbot into dfitzpatrick-vote-monster-refactor
| * Resolved PR comments.Gravatar Derek Fitzpatrick2018-10-31-37/+51
| |
| * Fixed linting issue in hacktoberstatsGravatar Derek Fitzpatrick2018-10-31-2/+2
| |
| * Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-31-34/+280
| |\ | | | | | | | | | vote-monster-refactor
| * | Resolved feedback from PR. Resolved lint extra spacing.Gravatar Derek Fitzpatrick2018-10-31-14/+31
| | |
| * | Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-12-29/+101
| |\ \ | | | | | | | | | | | | vote-monster-refactor
| * | | Fixed linting: Multiple imports on single line.Gravatar Derek Fitzpatrick2018-10-12-1/+3
| | | |
| * | | Finished MonsterSurvey cog. Added docstrings to all commands, refactored a ↵Gravatar unknown2018-10-12-20/+72
| | | | | | | | | | | | | | | | tiny bit of code within the two commands that you wrote.
| * | | Refactor monstersurvey. Added leaderboard and show.Gravatar Derek Fitzpatrick2018-10-12-87/+90
| | | |
| * | | Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-11-28/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 31-vote-for-favorite-monster # Conflicts: # Pipfile
| * | | Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-11-5/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31-vote-for-favorite-monster # Conflicts: # Pipfile
| | * | | Corrected linting errors.Gravatar Daniel Brown2018-10-10-5/+9
| | | | |
| * | | | Initial commit.Gravatar Derek Fitzpatrick2018-10-11-0/+74
| |/ / /
* | | | Adding the files this PR was supposed to haveGravatar Leon Sandøy2018-11-20-0/+192
| | | |
* | | | Reverting changes on the conflicting file.Gravatar Leon Sandøy2018-11-20-2/+2
| | | |
* | | | Hacktoberbot -> SeasonalbotGravatar Gareth Coles2018-11-18-7/+7
| | | |
* | | | Created an uptime cog. Testing Azure CI deployment.Gravatar Leon Sandøy2018-11-18-0/+33
| | | |
* | | | Fix hacktoberstats to properly parse valid repository names with _ and .Gravatar sco12018-10-25-3/+3
| |_|/ |/| |
* | | Merge pull request #46 from sco1/hacktoberstatsGravatar Olson J2018-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_usernameGravatar sco12018-10-12-32/+32
| | | |
| * | | Add GitHub account link/unlink to hacktoberstatsGravatar sco12018-10-12-9/+142
| | |/ | |/|
* | | Add regex & command prefix filters to reaction cog (#45)Gravatar sco12018-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)Gravatar Soumik Sarkar2018-10-13-0/+75
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merging in masterGravatar Leon Sandøy2018-10-12-2/+5
|\ \
| * | improving the .help docstrings, and making the bot load cogs from the ↵Gravatar Leon Sandøy2018-10-11-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | correct path. (#43) * Improving some docstrings and making it look in ./bot/cogs for cogs. * Removing pointless stuff from a docstring
* | | Fixing halloweenify json pathGravatar Leon Sandøy2018-10-12-1/+4
|/ /
* | Linting. Thanks fellas.Gravatar Gareth Coles2018-10-11-2/+0
| |
* | Merge pull request #40 from hundredrab/spooky-reactsGravatar Daniel Brown2018-10-11-0/+33
|\ \ | | | | | | Fix #27: Add spooky reactions.
| * | Add skull-and-crossbones to spookyreacts.Gravatar hundredrab2018-10-11-1/+2
| | |
| * | Fix #27: Add spooky reactions.Gravatar hundredrab2018-10-11-0/+32
| |/
* | 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-17/+29
|/ | | | aiohttp, fixing broken logging, ignoring irrelevant loggers, and turning the script into a valid module script.
* Merge pull request #34 from markylon/masterGravatar Leon Sandøy2018-10-10-0/+47
|\ | | | | Implement Halloweenify feature.
| * Another cosmetic mistake.Gravatar Marko Kovačević2018-10-10-2/+2
| |
| * Missing newline.Gravatar Marko Kovačević2018-10-10-1/+1
| |
| * Ooops, reversed the emojis.Gravatar Marko Kovačević2018-10-10-1/+1
| |
| * Minor changes to the Embed.Gravatar Marko Kovačević2018-10-10-2/+2
| |
| * Change message to a more friendly one.Gravatar Marko Kovačević2018-10-10-2/+3
| |
| * Implement Halloweenify feature.Gravatar Marko Kovačević2018-10-09-0/+46
| |
* | Merge pull request #23 from rgables/masterGravatar Leon Sandøy2018-10-09-0/+99
|\ \ | | | | | | Added cog for random scary movie
| * | 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-66/+65
| | |
| * | Roughed out omdb requestsGravatar Ryan Gables2018-10-06-0/+66
| |/
* | Merge pull request #21 from xedre/masterGravatar Leon Sandøy2018-10-09-0/+3
|\ \ | | | | | | added .gitignore and improved readme
| * | added docstring to repositoryGravatar xedre2018-10-05-0/+3
| |/
* / Add Hacktoberfest user stats cog (#7)Gravatar sco12018-10-07-0/+186
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initialize Hacktoberfest stats cog * Fix generated grammar, add temporary variables to shorten string gen * Code review modifications Adjust variable & function names to be more in line with PEP8's recommendations. Break API query URL into multiple parts to aid readability and customization Adjust command input to explicitly accept a username input rather than star packing & unpacking. d.py guards against too many inputs for us Change _getURL to _get_shortname and adjust documentation because we're not even doing what the function name and documentation said we were * Remove hardcoded response channel * Update prefixes Spoooooky * Swap emoji for unicode string 👻👻👻 * Change unicode ghost string to a friendlier ghost string See: Casper, the Friendly Ghost
* Use docstrings instead of block comments.Gravatar Marko Kovačević2018-10-03-3/+9
|
* Fix improper docstrings and comments.Gravatar Marko Kovačević2018-10-03-8/+7
|
* Add some comments and docstrings documenting the code and replacing minor ↵Gravatar Marko Kovačević2018-10-02-5/+22
| | | | issues.