aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-03-14Tags: use constant for command prefix in embed footerGravatar MarkKoz-7/+9
2020-03-14Remove line that calls get_tags() methodGravatar RohanJnr-2/+0
2020-03-12convert get_tags() method to staticmethodGravatar RohanJnr-1/+2
2020-03-12remove repetitive file searchGravatar RohanJnr-3/+2
2020-03-12Update ytdl tag to the new YouTube ToSGravatar Matteo Bertucci-5/+4
2020-03-09Disambiguate codepoint value.Gravatar scragly-1/+2
2020-03-09Check lower bound for vote options.Gravatar scragly-0/+2
2020-03-09Implement vote command.Gravatar scragly-0/+18
2020-03-09Refactored to use paginator like normal `!tag`Gravatar Shirayuki Nekomata-12/+20
2020-03-08Refactor token detection to check all potential substrings in messageGravatar S. Co1-3/+10
2020-03-08Fix filtered extension string out of scope for log messageGravatar S. Co1-2/+2
2020-03-08Fixed `is_plural` counting 1 less space.Gravatar Shirayuki Nekomata-1/+1
2020-03-08Refactored dense codes, removed obvious type hint.Gravatar Shirayuki Nekomata-15/+25
2020-03-08Fixed searching for `,` returing all tags. Made it more descriptive when mult...Gravatar Shirayuki Nekomata-3/+7
2020-03-08Refactored tag searching via keywords in contentsGravatar Shirayuki Nekomata-8/+6
2020-03-08Implemented `search` as a subcommand for `tag` that will search in contents i...Gravatar Shirayuki Nekomata-1/+50
2020-03-07ModLog: fix posting null attachments for deleted message logsGravatar MarkKoz-1/+1
2020-03-05Remove excludes from pre-commitGravatar MarkKoz-1/+0
2020-03-05CI: don't show diff after pre-commit hooksGravatar MarkKoz-1/+1
2020-03-05Raise BadArgument if no string match.Gravatar scragly-0/+3
2020-03-05Re-use embed, use command converter, raise BadArgument.Gravatar scragly-37/+22
2020-03-05(Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...Gravatar ks123-1/+1
2020-03-05(Information Cog, !roles command): Added 's' to end of 'role' only if there i...Gravatar ks123-1/+1
2020-03-05(Information Cog, !roles command test): Applied empty parameter change.Gravatar ks123-1/+1
2020-03-05(Information Cog, !roles command): Added empty parameter to pagination (False)Gravatar ks123-1/+1
2020-03-04Update tag files for new linting hooksGravatar S. Co1-59/+59
2020-03-04Convert "get_tags()" and "_get_tag()" to sync functionsGravatar RohanJnr-10/+7
2020-03-04Use "pathlib" instead of "os" module and context managerGravatar RohanJnr-11/+9
2020-03-04Use raw strings for docstrings with forward slashesGravatar Sebastiaan Zeeff-3/+3
2020-03-03Update code for pep8-naming complianceGravatar S. Co1-6/+6
2020-03-03Remove CaseInsensitiveDictGravatar S. Co1-94/+0
2020-03-03Add pep8-naming & relockGravatar S. Co1-14/+28
2020-03-03CI: mock the pipenv binaryGravatar MarkKoz-0/+10
2020-03-03CI: add a restore key for the pre-commit cacheGravatar MarkKoz-1/+3
2020-03-03Use pre-commit in pipenv lint scriptGravatar MarkKoz-4/+12
2020-03-03Prevent exception if a watched user sends a DM to the botGravatar S. Co1-2/+9
2020-03-03Fix typo in commentGravatar Mark-1/+1
2020-03-02Add more pre-commit hooksGravatar MarkKoz-10/+27
2020-03-02Adding helpers to the Filtering whitelistGravatar Leon Sandøy-0/+1
2020-03-01Add grabify (IP logger) domains to banned domainsGravatar Joseph-0/+24
2020-03-01Modify log test regex to be non-os-specificGravatar S. Co1-1/+1
2020-03-01Move syncer confirmation reaction check out of finally clauseGravatar S. Co1-11/+11
2020-03-01Bump Dependencies & RelockGravatar S. Co1-78/+76
2020-03-01Add logging to antimalware cog & expand user feedbackGravatar S. Co1-17/+24
2020-03-01Optimize DockerfileGravatar Spencer Young-2/+5
2020-03-01!roles Command Test: Applied !roles command changesGravatar Karlis. S-3/+2
2020-03-01!roles Command: Added pagination (LinePaginator), moved roles amount to title...Gravatar Karlis. S-8/+7
2020-02-29Make logs coloured!Gravatar MarkKoz-7/+23
2020-02-29Install the coloredlogs packageGravatar MarkKoz-40/+66
2020-02-29Caching all the tags when the bot has loaded(caching only once) insted of cac...Gravatar RohanJnr-21/+18