aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | Fix fetch/getGravatar mathstrains212021-10-27-6/+3
| | | | | | | |
| | * | | | | | Merge branches 'patreon' and 'patreon' of ↵Gravatar mathstrains212021-10-27-7/+55
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mathstrains21/bot into patreon
| | | * \ \ \ \ \ Merge branch 'python-discord:main' into patreonGravatar mathstrains212021-10-27-7/+55
| | | |\ \ \ \ \ \
| | * | | | | | | | Remove obvious type hintsGravatar mathstrains212021-10-27-17/+17
| | |/ / / / / / /
| | * | | | | | | Add patreon commandGravatar mathstrains212021-10-27-0/+13
| | | | | | | | |
| | * | | | | | | Add monthly patrons listGravatar mathstrains212021-10-27-2/+15
| | | | | | | | |
| | * | | | | | | Add patrons commandGravatar mathstrains212021-10-26-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add function to send the current supporters Add a command to call this function
| | * | | | | | | Merge branch 'python-discord:main' into patreonGravatar mathstrains212021-10-24-1114/+1722
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'python-discord:main' into patreonGravatar mathstrains212021-09-25-146/+266
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'patreon' of https://github.com/mathstrains21/bot into patreonGravatar Alex Sittampalam2021-09-03-3/+12
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'python-discord:main' into patreonGravatar mathstrains212021-09-02-3/+12
| | | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add patron message when someone gains a patron roleGravatar Alex Sittampalam2021-09-03-1/+57
| | |/ / / / / / / / / /
| | * | | | | | | | | | Create `patreon.py` and add setupGravatar Alex Sittampalam2021-09-02-0/+19
| | | | | | | | | | | |
| | * | | | | | | | | | Add patreon role configurationGravatar Alex Sittampalam2021-09-02-0/+9
| | | | | | | | | | | |
| | | | | | | | | | | * use tldextract for a correct url decompositionGravatar Amrou Bellalouna2022-09-28-5/+5
| | | | | | | | | | | |
| | | | | | | | | | | * check for the url existence in the final_urls setGravatar Amrou Bellalouna2022-09-28-1/+1
| | | | | | | | | | | |
| | | | | | | | | | | * collect all urls in a set to avoid duplicatesGravatar Amrou Bellalouna2022-09-28-2/+3
| | | | | | | | | | | |
| | | | | | | | | | | * transform urls matched in messagesGravatar Amrou Bellalouna2022-09-28-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add the transformed urls to the set to account for the way discord renders relative urls in cases like Twitter's
| | | | | | | | | | | * add remove_subdomain_from_url in bot util helpersGravatar Amrou Bellalouna2022-09-28-0/+12
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2232 from python-discord/bot-2231-enhancementsGravatar wookie1842022-09-21-16/+64
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ability to delete multiple reminders at once & display mentions in `!remind list`.
| | * \ \ \ \ \ \ \ \ \ Merge branch 'main' into bot-2231-enhancementsGravatar wookie1842022-09-21-313/+655
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge #2261 - add support to fetch rules via keywordsGravatar Mark2022-09-20-20/+122
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into 2108-invoke-rule-command-with-keywordsGravatar Mark2022-09-20-97/+160
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Moved `escape_markdown` after Truthy check (#2279)Gravatar Ionite2022-09-18-2/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2265 from JuaniBattiston/remove-unnecessary-loginGravatar ChrisJL2022-09-18-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into remove-unnecessary-loginGravatar ChrisJL2022-09-18-152/+166
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #2259 from VirdanTheBurden/mainGravatar ChrisJL2022-09-18-11/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainGravatar ChrisJL2022-09-18-236/+443
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #2242 from python-discord/fix-not-awaited-coroutine-warningGravatar ChrisJL2022-09-18-31/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into fix-not-awaited-coroutine-warningGravatar ChrisJL2022-09-18-1716/+756
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #2273 from ↵Gravatar ChrisJL2022-09-18-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/fix-ensure-cached-claimant-none-check
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into fix-ensure-cached-claimant-none-checkGravatar ChrisJL2022-09-18-109/+63
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #2241 from python-discord/disable-pytest-nose-pluginGravatar ChrisJL2022-09-18-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into disable-pytest-nose-pluginGravatar ChrisJL2022-09-18-1715/+748
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Use Python Poetry Base Action (#2277)Gravatar Hassan Abouelela2022-09-17-21/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Removed italics from the help command (#2272)Gravatar Mohammad Ibrahim2022-09-17-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed asterisk from embed description * removed italics from line 334, 375 and 415 * pagination.py, L239 added italics
| * | | | | | | | | | | | | | | | | Merge pull request #2233 from python-discord/bot-2231-bugGravatar wookie1842022-09-16-26/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow referencing message as argument to `!remind edit content`
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into bot-2231-bugGravatar wookie1842022-09-16-211/+392
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #2276 from python-discord/ignore-mounted-project-venvsGravatar Joe Banks2022-09-16-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into ignore-mounted-project-venvsGravatar Joe Banks2022-09-16-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275)Gravatar Aleksey Zasorin2022-09-16-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The attribute was removed from Bot in fc05849
| | * | | | | | | | | | | | | | | | | | Specify the path for poetry venvsGravatar Chris Lovering2022-09-13-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this the venv would be created in /root/.cache and the nonn-root user that prod runs under would not have access to it.
| | * | | | | | | | | | | | | | | | | | Ignore mounted in-project venvs on startupGravatar Chris Lovering2022-09-13-1/+4
| |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Poetry's virtualenvs.in-project config deafults to None, meaning it will use in-project venvs if it finds one, otherwise it will use the cache dir. In dev we mount the entire root project directory to /bot. This means if the host's venv in in the project dir, this will get mounted and prioritised by poetry run. If the host is on a non-linux OS this will cause poetry to fail to boot.
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/bot-2231-bug' into bot-2231-bugGravatar Izan2022-09-14-1476/+340
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into bot-2231-bugGravatar TizzySaurus2022-08-14-1476/+340
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Update docstrings & comment.Gravatar Izan2022-09-14-17/+8
| | |/ / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | Make reference message in reminders italic.Gravatar Izan2022-08-06-1/+1
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Allow referencing message as argument to `!remind edit content`Gravatar Izan2022-07-25-11/+32
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Disable nose plugin in pytestGravatar wookie1842022-08-04-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with pytest running functions called setup in test files when they shouldn't be run
| | | | | * | | | | | | | | | | | | | | Fix error in help channels cog which assumed an embed would have a descriptionGravatar wookie1842022-09-10-1/+2
| | | | | | | | | | | | | | | | | | | |