aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py (unfollow)
Commit message (Expand)AuthorLines
2020-05-08Show bot prefix in rich presenceGravatar kwzrd-1/+4
2020-04-19Fix import orderGravatar Numerlor-1/+1
2020-04-19Allow issue command in #dev-contribGravatar Numerlor-2/+2
2020-04-19Add #dev-contrib to channel constantsGravatar Numerlor-0/+1
2020-04-08(Error Handler): Added `UserNotPlayingError` catching to error handler.Gravatar ks129-1/+5
2020-04-08(Minesweeper): Moved `UserNotPlayingError` to `bot.utils.exceptions`, removed...Gravatar ks129-14/+7
2020-04-08(Minesweeper): Added raising `UserNotPlayingError`, attached flag command to ...Gravatar ks129-0/+7
2020-04-08(Minesweeper): Renamed user not playing error handler, changed `error` type h...Gravatar ks129-2/+2
2020-04-08(Minesweeper): Created new exception `UserNotPlayingError`.Gravatar ks129-0/+6
2020-04-07(Minesweeper): Reverted KeyError catching in reveal command, made error handl...Gravatar ks129-5/+8
2020-04-07(Space): Moved APOD command min date to constant, made changes in error messa...Gravatar ks129-3/+5
2020-04-06(Space): Fixed formatting of try-except block.Gravatar ks129-5/+7
2020-04-06(Space): Added check is date in range 16th June 1995 and today.Gravatar ks129-1/+6
2020-04-06(Minesweeper): Added try-except block to reveal command.Gravatar ks129-1/+5
2020-04-04Transition towards `wait_until_guild_available` useGravatar kwzrd-11/+14
2020-04-04Add `wait_until_guild_available` coroutineGravatar kwzrd-0/+34
2020-04-04Try to fetch devlog channel if not found in cacheGravatar kwzrd-2/+6
2020-04-03Remove redundant task assignmentGravatar kwzrd-1/+1
2020-04-03Send greeting message to devlog channel on bot start-upGravatar kwzrd-0/+1
2020-04-03Ensure cache is ready before grabbing devlog channelGravatar kwzrd-0/+1
2020-04-01Docstring: remove dots from list entriesGravatar kwzrd-8/+8
2020-04-01Deseasonify: remove redundant log level setterGravatar kwzrd-1/+0
2020-04-01Deseasonify: implement __str__ for Month enumGravatar kwzrd-15/+21
2020-03-31Deseasonify: yield ints representing days since cycleGravatar kwzrd-15/+14
2020-03-31Deseasonify: validate season setupGravatar kwzrd-3/+22
2020-03-31Deseasonify: adjust 'Merrybot' to 'MerryBot'Gravatar kwzrd-1/+1
2020-03-31Deseasonify: set target branch to masterGravatar kwzrd-1/+1
2020-03-31Deseasonify: title-case month names in frontendGravatar kwzrd-2/+2
2020-03-31Deseasonify: turn helpers into regular functionsGravatar kwzrd-5/+5
2020-03-31Deseasonify: `pop` from remaining icons rather than unpackGravatar kwzrd-1/+1
2020-03-31Deseasonify: delegate refresh to dedicated commandGravatar kwzrd-3/+1
2020-03-31Refactor: Github to GitHubGravatar kwzrd-15/+15
2020-03-31Refactor: adjust docstrings based on feedbackGravatar kwzrd-17/+13
2020-03-31Refactor: capitalize AssetType enum membersGravatar kwzrd-6/+6
2020-03-31Refactor: capitalize Month enum membersGravatar kwzrd-31/+31
2020-03-31(Games Cog): Updated task repeating cooldown time.Gravatar Karlis S-1/+1
2020-03-31(Games Cog): Removed unnecessary check on possibilities showing.Gravatar ks123-1/+1
2020-03-31(Games Cog): Added ratio filtering to `get_best_results`, simplified matching...Gravatar ks123-15/+14
2020-03-31(Games Cog): Added check is there more than 1 possibility of genre matching t...Gravatar ks123-0/+3
2020-03-31(Space Cog): Removed `async` from `create_nasa_embed` function.Gravatar ks123-5/+5
2020-03-31(Space Cog): Added `get_rovers` task canceling with `cog_unload` function.Gravatar ks123-0/+4
2020-03-30Deseasonify: resolve current season w.r.t. month overrideGravatar kwzrd-2/+2
2020-03-30Deseasonify: move current month resolver to utilsGravatar kwzrd-18/+19
2020-03-30Deseasonify: remove `autostart` env varGravatar kwzrd-1/+0
2020-03-30Deseasonify: add persistent branding configurationGravatar kwzrd-5/+31