Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-02-16 | Add .pyfacts command | -0/+26 | ||
2021-02-13 | Remove leftover > from testing. | -1/+1 | ||
2021-02-13 | Output message in the same embed. | -19/+11 | ||
2021-02-13 | FIxed error in which link would 404 if user did .xkcd latest | -67/+67 | ||
2021-02-13 | Added description and url to embed of xkcd command | -0/+2 | ||
2021-02-13 | Raise user input error to reset cd | -5/+6 | ||
2021-02-09 | Apply mock locations to every subcommands | -0/+6 | ||
2021-02-09 | Add location mocks to the wolfram cog | -1/+4 | ||
Previously the server IP address could be leaked using some query such as “what is the weather here?” or simply “what’s my ip?”. This aims to fix it by using mock locations. | ||||
2021-02-08 | Add comment explaining why we need to pass curl as user agent | -0/+1 | ||
2021-02-08 | Add curl User Agent Headers | -1/+2 | ||
2021-02-07 | Adds Category Channels To Error Message | -1/+12 | ||
Adds the channels within categories to the failure message of the command whitelist check. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-02-07 | Adds Whitelist Check To Cheat Sheet | -9/+3 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-02-07 | Switches To Whitelist Check | -16/+16 | ||
Switches all instances of override_in_channel to whitelist override. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-02-07 | Overhauls In Channel Check | -52/+63 | ||
Upgrades in channel check to support categories, and in the case of overrides, roles too. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-02-06 | Small grammar fix | -1/+1 | ||
2021-02-06 | Remove debug code | -1/+1 | ||
2021-02-06 | Slight modifications to functionality of bemyvalentine secret and its messages | -4/+5 | ||
2021-02-06 | Improve grammar and update docstrings, add try..except block while sending DMs | -6/+9 | ||
2021-02-06 | Default redis host in docker-compose | -0/+2 | ||
2021-02-05 | Fix indentation | -7/+7 | ||
2021-02-05 | Use brackets instead of / for multi line strings | -7/+7 | ||
2021-02-05 | Move repeated code to a single variable | -2/+4 | ||
2021-02-05 | Abrupt response, so make the bot type | -13/+14 | ||
2021-02-05 | If whom is None, take the user as whom | -3/+6 | ||
2021-02-05 | Remove code that requires intents.member set True | -9/+1 | ||
2021-02-05 | Fix return statements and return type annotations | -3/+6 | ||
2021-02-04 | Intial Commit; Change secret functionality and fix member intents issue | -53/+17 | ||
2021-02-04 | Make use of constants in the url | -12/+11 | ||
2021-02-02 | everyone -> everyone_role and remove developers role | -3/+2 | ||
2021-02-02 | Improve category check code | -4/+5 | ||
2021-02-02 | Allow cht.sh command to be used in occupied help channels | -10/+14 | ||
2021-02-02 | Add not Implemented error handler for .status cat command | -0/+3 | ||
2021-02-02 | Add override_in_channel deco | -1/+3 | ||
2021-02-02 | Make use of constants | -18/+21 | ||
2021-02-01 | Fixes Issue Matching Regex | -1/+1 | ||
Changes the automatic issue matching regex to make it work for repos at the very beginning of messages. | ||||
2021-02-01 | Remove brackets from .join | -1/+1 | ||
2021-02-01 | Add similar repsonse.status check to too, and instead of ValueError raise ↵ | -4/+12 | ||
NotImplemented error if the status is not implemented yet but is a valid status code | ||||
2021-02-01 | rename the cog to HTTPStatusCodes | -3/+3 | ||
2021-02-01 | Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵ | -14/+18 | ||
headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings |