aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* 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
|\ \
| * | 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
| * | | 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-34/+54
| |/ / | | | | | | | | | 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/+126
| |\ \ | | | | | | | | 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/+125
| | | |
| * | | 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 #22 from ninexball/masterGravatar Leon Sandøy2018-10-09-3/+49
| |\ \ \ | | | | | | | | | | Logging Feature
| | * \ \ Merge branch 'master' into masterGravatar ninexball2018-10-08-0/+187
| | |\ \ \
| | * | | | Added basic logging to bot.pyGravatar ninexball2018-10-08-6/+22
| | | | | |
| | * | | | Added loggingGravatar ninexball2018-10-06-0/+30
| | | |/ / | | |/| |
| * | | | 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
| | |/ /
* | | / 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
|/ /
* / Add Hacktoberfest user stats cog (#7)Gravatar sco12018-10-07-3/+190
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-10/+10
|
* Add some comments and docstrings documenting the code and replacing minor ↵Gravatar Marko Kovačević2018-10-02-10/+26
| | | | issues.
* Fix wrongful indentation.Gravatar Marko Kovačević2018-10-02-1/+1
|
* Missed cogs directory.Gravatar Marko Kovačević2018-10-02-0/+14
|
* Implemented flake8 and a Discord Bot base.Gravatar Marko Kovačević2018-10-02-0/+22