aboutsummaryrefslogtreecommitdiffstats
path: root/bot/help.py (unfollow)
Commit message (Collapse)AuthorLines
2020-03-31(Space Cog): Added `get_rovers` task canceling with `cog_unload` function.Gravatar ks123-0/+4
2020-03-25Setup SentryGravatar Joseph Banks-29/+85
2020-03-21Add `data` persistence directory to .gitignoreGravatar kwzrd-0/+1
2020-03-20Update contributor docGravatar S. Co1-25/+38
2020-03-20Battleships - change hard-coded strings in subcommandGravatar Suhail6inkling-2/+2
Co-Authored-By: Karlis S. <[email protected]>
2020-03-14(Space Cog): Removed date requirement from `.space mars` command. Now can ↵Gravatar ks123-2/+7
command used in format `.space mars` and `.space mars <rover>` too.
2020-03-14(Space Cog): Refactored url query parameters system, apply changes to ↵Gravatar ks123-15/+19
commands + add comments
2020-03-14(Space Cog): Fixed function signatures and `ctx.send` `embed` value formatting.Gravatar ks123-26/+36
2020-03-13(Help): Comments CleanupGravatar ks123-13/+0
2020-03-11(Space Cog): Clean commentsGravatar ks123-19/+0
2020-03-11(Space Cog): Use `fetch_from_nasa` in every command + make modification to ↵Gravatar ks123-8/+11
it to work correctly.
2020-03-11(Space Cog): Create new helper function `create_nasa_embed` and apply this ↵Gravatar ks123-23/+23
to commands.
2020-03-11(Space Cog): Added information about when date is not specified to `.space ↵Gravatar ks123-1/+5
apod` command docstring
2020-03-11(Space Cog): Added rovers aliases to `.space mars dates` commandGravatar ks123-1/+1
2020-03-11(Space Cog): Add `.space mars dates` information to `.space mars` command ↵Gravatar ks123-1/+1
docstring
2020-03-11(Space Cog): Fix `DateConverter`'s docstringGravatar ks123-2/+2
2020-03-11(Space Cog): Add `self.rovers` using to `.space mars` command check.Gravatar ks123-2/+7
2020-03-11(Space Cog): Removed unnecessary part of `.space mars` docstring due `.space ↵Gravatar ks123-4/+0
mars dates` adding
2020-03-11(Space Cog): Added `.space mars dates` command to see what rovers is ↵Gravatar ks123-2/+9
currently available and their date ranges.
2020-03-11(Space Cog): Created task for `.mars` command rovers fetching one time in dayGravatar ks123-0/+15
2020-03-11(Space Cog): Add base URL parameter to helper function `fetch_from_nasa`Gravatar ks123-2/+3
2020-03-10(Space Cog): Removed unnecessary sentence from `.mars` command docstringGravatar ks123-1/+1
2020-03-10(Help): Removed unnecessary comments about changesGravatar ks123-8/+0
2020-03-10(Help): Added `Icons` class to constant, added `questionmark` to there, ↵Gravatar ks123-2/+5
reverted icon removal in `.help` command.
2020-03-08CI: bump Ubuntu image to 18.04Gravatar kwzrd-1/+1
2020-03-08CI: bump Python to 3.8Gravatar kwzrd-1/+1
2020-03-08Docker: bump Python to 3.8Gravatar kwzrd-1/+1
2020-03-08Pipenv: bump Python to 3.8 & re-lockGravatar kwzrd-48/+6
2020-03-07(Space Cog): Added optional search term to `.space nasa` command, removed ↵Gravatar ks123-6/+11
random page due no way to fetch how much pages is really there with specific search term.
2020-03-07(Space Cog): Added date parameter to `.space epic` command.Gravatar ks123-3/+19
2020-03-07(Space Cog): Added `invoke_without_command` parameter to `.space` command to ↵Gravatar ks123-1/+1
not call head command when trying to use subcommand.
2020-03-07(Space Cog): Improved `.space mars` command, added possibility for SOL date ↵Gravatar ks123-13/+42
and way to change rover. Added custom converter for SOL and standard date.
2020-03-07(Space Cog): Renamed `.space earth` command to `.space epic` for upcoming ↵Gravatar ks123-3/+3
new command.
2020-03-07(Space Cog): Created head command `.space` and added all other commands under itGravatar ks123-5/+10
2020-03-07(Help): Added cog loading to __main__.pyGravatar ks123-0/+1
2020-03-07(Help): Added unloading block in cogs loadingGravatar ks123-1/+1
2020-03-07(Help): Made modifications to original code to make this working in ↵Gravatar ks123-10/+26
SeasonalBot, marked them down with comments and fixed docstrings formatting for linting.
2020-03-07(Help): Added information comment to top of fileGravatar ks123-0/+1