aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-12-47/+129
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vote-monster-refactor
| | | * | | | | Fixed linting: Multiple imports on single line.Gravatar Derek Fitzpatrick2018-10-12-4/+8
| | | | | | | |
| | | * | | | | 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-91/+118
| | | | | | | |
| | | * | | | | 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-13/+20
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31-vote-for-favorite-monster # Conflicts: # Pipfile
| | | | * | | | | Corrected linting errors.Gravatar Daniel Brown2018-10-10-12/+16
| | | | | | | | |
| | | | * | | | | Move bot.py to __main__.py (Fixes #39)Gravatar Gareth Coles2018-10-10-0/+0
| | | | | | | | |
| | | * | | | | | Initial commit.Gravatar Derek Fitzpatrick2018-10-11-0/+79
| | | |/ / / / /
| | * | | | | | Adding the files this PR was supposed to haveGravatar Leon Sandøy2018-11-20-0/+220
| | | | | | | |
| | * | | | | | Reverting changes on the conflicting file.Gravatar Leon Sandøy2018-11-20-2/+2
| | | | | | | |
| * | | | | | | Merge pull request #33 from mathsman5133/candy-collectionGravatar Leon Sandøy2018-11-19-0/+236
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Candy collection
| | * | | | | | clean json fileGravatar mathsman51332018-10-14-19/+2
| | | | | | | |
| | * | | | | | fixed docstring and position of constantsGravatar mathsman51332018-10-14-24/+43
| | | | | | | |
| | * | | | | | Add that line back lolGravatar mathsman51332018-10-13-1/+1
| | | | | | | |
| | * | | | | | Remove new line at end of fileGravatar mathsman51332018-10-13-2/+1
| | | | | | | |
| | * | | | | | Add new line and remove save variable (not used)Gravatar mathsman51332018-10-13-1/+1
| | | | | | | |
| | * | | | | | Fixed merged conflictsGravatar mathsman51332018-10-12-4/+0
| | | | | | | |
| | * | | | | | Merge branch 'candy-collection' of ↵Gravatar mathsman51332018-10-12-2/+6
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mathsman5133/hacktoberbot-1 into candy-collection
| | | * | | | | | fixed colour for spooky msgGravatar mathsman51332018-10-11-3/+3
| | | | | | | | |
| | | * | | | | | Update candy_collection.jsonGravatar mathsman51332018-10-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | add new line
| | | * | | | | | Update candy_collection.pyGravatar mathsman51332018-10-10-4/+3
| | | | | | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into candy-collectionGravatar mathsman51332018-10-12-25/+385
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Fixed docstrings, add blank lines for readibility, method of finding last 10 ↵Gravatar mathsman51332018-10-12-27/+51
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | messages
| | * | | | | | candy-collectionGravatar mathsman51332018-10-09-0/+211
| | | | | | | |
| | * | | | | | Delete candy_collection.pyGravatar mathsman51332018-10-09-186/+0
| | | | | | | |
| | * | | | | | Delete candy_collection.jsonGravatar mathsman51332018-10-09-25/+0
| | | | | | | |
| | * | | | | | Add files via uploadGravatar mathsman51332018-10-09-0/+211
| | | | | | | |
* | | | | | | | solving some flake8 issuesGravatar Leon Sandøy2018-11-20-4/+5
| | | | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/DerpDays/hacktoberbot into ↵Gravatar Leon Sandøy2018-11-20-0/+105
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | DerpDays-master
| * | | | | | | Litterally got no idea why it failed checks last timeGravatar DerpDays2018-10-30-4/+6
| | | | | | | |
| * | | | | | | Made the local imports come before the external onesGravatar DerpDays2018-10-30-1/+1
| | | | | | | |
| * | | | | | | Added logging i believe, tell me if i messed up anywhere!Gravatar DerpDays2018-10-14-1/+43
| | | | | | | |
| * | | | | | | I believe this fixes the flake8 issuesGravatar DerpDays2018-10-14-9/+5
| | | | | | | |
| * | | | | | | Ignore that last commit lolGravatar DerpDays2018-10-14-2/+2
| | | | | | | |
| * | | | | | | Forgot some commasGravatar DerpDays2018-10-14-2/+2
| | | | | | | |
| * | | | | | | Fixed the PEP8 errors, ill add logging soon.Gravatar DerpDays2018-10-14-20/+34
| | | | | | | |
| * | | | | | | Added a error handler!Gravatar DerpDays2018-10-14-0/+51
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Hacktoberbot -> SeasonalbotGravatar Gareth Coles2018-11-18-13/+13
| | | | | | |
* | | | | | | Flake8Gravatar Leon Sandøy2018-11-18-2/+0
| | | | | | |
* | | | | | | Created an uptime cog. Testing Azure CI deployment.Gravatar Leon Sandøy2018-11-18-7/+40
| | | | | | |
* | | | | | | 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/+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 ↵Gravatar Leon Sandøy2018-10-12-2/+4
| | | | | | | | | | | | | | | | websockets logging
* | | | Merging in masterGravatar Leon Sandøy2018-10-12-5/+8
|\ \ \ \
| * | | | improving the .help docstrings, and making the bot load cogs from the ↵Gravatar Leon Sandøy2018-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