aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities (follow)
Commit message (Collapse)AuthorAgeLines
...
* Improve the docstring for the action_bookmark functionGravatar Chris Lovering2022-08-19-1/+5
|
* Add command to delete bot messages in DMs with sir-lancebotGravatar Chris Lovering2022-08-19-1/+26
|
* Remove need for additional abstraction in bookmark commandGravatar Chris Lovering2022-08-19-24/+15
|
* Simplify bookmark error embed helperGravatar Chris Lovering2022-08-19-15/+12
|
* Simplify when a message can not be found when bookmarkingGravatar Chris Lovering2022-08-19-11/+17
|
* GitHub issues embeds: preserve order and display repo name and issue number ↵Gravatar Bradley Reynolds2022-07-28-2/+4
| | | | | (#1077) Co-authored-by: Numerlor <[email protected]>
* RealPython home page displayed on no user search. (#1063)Gravatar Xithrius2022-06-17-4/+12
|
* Add Twemoji utility command (#988)Gravatar Gustav Odinger2022-03-14-0/+150
| | | Co-authored-by: Xithrius <[email protected]>
* Fix #1024 (#1030)Gravatar MaskDuck2022-02-15-1/+4
|
* Merge branch 'main' into merge-github-issuesGravatar ChrisJL2022-02-14-102/+143
|\
| * handle OverflowError in relative times converterGravatar Sn4u2022-01-08-1/+1
| |
| * Merge Epoch Command (PR #983)Gravatar bones2022-01-09-0/+135
| | | | | | | | | | | | | | Add timestamp converter command. Co-authored-by: Sn4u <[email protected]> Co-authored-by: mathstrains21 <[email protected]> Co-authored-by: mathstrains21 <[email protected]>
| * Remove latex cog and matplotlibGravatar Chris Lovering2021-12-28-101/+0
| | | | | | | | | | | | matplotlib, and its sub dependencies, caused a fresh install of an environment to take multiple minutes. As the latex cog is the only one that used it, and that is currently disabled, we have decided to remove it entirely. Git gives us the benefit of being able to see deleted files. So whoever decides to implement latex again can use that for reference.
| * minor: allow color command in dev-media (#944)Gravatar aru2021-12-15-0/+7
| | | | | | Co-authored-by: Xithrius <[email protected]>
| * Reflect new message converter behaviour in bm help messageGravatar Chris Lovering2021-12-05-1/+1
| | | | | | | | Since w epatched the message converter to work as intended, the help message given to a user when failing to resolve a message reference to a message object has been updated.
* | fix: Add newlines in codeblock formattingGravatar ToxicKidz2022-02-14-1/+1
| |
* | Move logging and remove unused varibales in GitHubInfo cogGravatar Chris Lovering2021-12-03-10/+4
| |
* | use og_blurple in issue embed for consistencyGravatar Chris Lovering2021-12-02-2/+2
| |
* | Make dataclasses hashable, and fix kwarg spelling errorGravatar Chris Lovering2021-12-02-16/+6
| |
* | chore: Apply suggested changesGravatar ToxicKidz2021-12-02-55/+35
| |
* | chore: Remove the .issue commandGravatar ToxicKidz2021-12-02-37/+0
| |
* | chore: Merge the .issue command into the github cogGravatar ToxicKidz2021-12-02-283/+267
|/
* Merge branch 'main' into color-677Gravatar Matteo Bertucci2021-11-14-36/+62
|\
| * Merge branch 'main' into challenge-fixGravatar Hassan Abouelela2021-11-10-29/+177
| |\
| | * Handle `.wtf` command without query (#939)Gravatar brad90four2021-11-07-1/+13
| | | | | | | | | | | | Co-authored-by: Hedy Li <[email protected]> Co-authored-by: Xithrius <[email protected]>
| | * Limit user reactions on embed paginationGravatar NipaDev2021-11-05-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Limit user reactions on embed pagination Limit user reactions to prevent non-author from removing message by adding user restriction to paginator. * Fixed the format of code to single line. Co-authored-by: ChrisJL <[email protected]>
| | * Add option to get specific amount of realpython articlesGravatar NipaDev2021-11-05-3/+13
| | | | | | | | | | | | | | | | | | Add a feature to choice in between 1-5 (inclusive) articles. If value not specified, the default, 5 will be used. Co-authored-by: ChrisJL <[email protected]>
| | * Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-10/+10
| | |
| * | Fix line after function docstringGravatar Shom7702021-11-07-1/+0
| | |
| * | Change language to language.lower()Gravatar Shom7702021-11-06-2/+4
| | |
| * | lowering challenges for compatibility with uppercase languagesGravatar Shom7702021-11-06-1/+1
| | |
| * | removed repeating query is NoneGravatar Shom7702021-10-14-15/+16
| | |
| * | requested changes from TizzySaurus implementedGravatar Shom7702021-10-14-7/+6
| | |
| * | fixing errorsGravatar Shom7702021-10-13-3/+8
| | |
* | | fix: handle bare command embed titleGravatar bradtimmis2021-11-13-1/+1
| | |
* | | fix: update type hint, color to colour, embed wordingGravatar bradtimmis2021-11-13-10/+10
| | |
* | | fix: remove unnecessary return in main commandGravatar bradtimmis2021-11-13-3/+0
| | |
* | | fix: remove equal sign from hex length checkGravatar bradtimmis2021-11-12-2/+2
| | |
* | | fix: bare return instead of explicit NoneGravatar brad90four2021-11-12-1/+1
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | fix: replace Union with Optional type hintGravatar brad90four2021-11-12-1/+1
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | fix: check length of hex before stripGravatar bradtimmis2021-11-12-1/+3
| | |
* | | update: remove redundancy in dosctringGravatar bradtimmis2021-11-11-1/+1
| | |
* | | fix: remove alpha values in embed for hexGravatar bradtimmis2021-11-11-2/+2
| | |
* | | Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677Gravatar bradtimmis2021-11-11-1/+1
|\ \ \
| * | | update: remove redundancy in docstringGravatar brad90four2021-11-11-1/+1
| | | | | | | | | | | | Co-authored-by: Hedy Li <[email protected]>
* | | | fix: change color to Colour in commentGravatar bradtimmis2021-11-11-1/+1
|/ / /
* | | fix: remove async call for match_colour_nameGravatar bradtimmis2021-11-11-8/+11
| | |
* | | cleanup: change main command docstring to be more clearGravatar bradtimmis2021-11-10-1/+5
| | |
* | | cleanup: finalize reviews requested changesGravatar bradtimmis2021-11-10-15/+12
| | | | | | | | | | | | | | | | | | | | | -Change _ to `digit` -Remove redundant "Command" from docstrings. Changed to "Create embed from ..." -Change hex command custom embed to `BadArgument` for consistency
* | | test: correct embed descriptionsGravatar brad90four2021-11-10-3/+3
| | |