aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_api.py (unfollow)
Commit message (Expand)AuthorLines
2019-10-17Fix defcon having wrong text when disabling.Gravatar Shirayuki Nekomata-50/+46
2019-10-14Implement a bypassable cooldown decoratorGravatar Ava-3/+50
2019-10-13Update utils.pyGravatar larswijn-1/+1
2019-10-12Utilize __str__ of discord.Member in logging and outputGravatar kosayoda-47/+33
2019-10-12Use `bot.utils.humanize_delta`, tidy bot response, remove stray f from f-stringGravatar mathsman5133-15/+5
2019-10-12Raise `ValueError` on negative `max_units`.Gravatar Johannes Christ-3/+9
2019-10-11Get the prefix from the config for the periodic ping messageGravatar MarkKoz-2/+2
2019-10-12Bump the site PostgreSQL version to 12.Gravatar Johannes Christ-1/+1
2019-10-11Check that the periodic ping author is the botGravatar MarkKoz-1/+1
2019-10-11Revise comments and the doctsring for the periodic ping functionGravatar MarkKoz-7/+10
2019-10-11Cancel the periodic ping task when the verification cog is unloadedGravatar MarkKoz-0/+4
2019-10-11Better check way of checking timelapsGravatar kraktus-11/+13
2019-10-11Add typehints.Gravatar Johannes Christ-3/+2
2019-10-11Small code review fixesGravatar Ava-3/+2
2019-10-11Implement test cases suggested by @MarkKoz.Gravatar Johannes Christ-0/+11
2019-10-11Log member_ban event to #user-logGravatar kosayoda-3/+2
2019-10-11Add !otn forceadd command.Gravatar kosayoda-0/+8
2019-10-11Add check to !otn add to prevent too similar names.Gravatar kosayoda-2/+24
2019-10-09Resolve #458: support exact timestamps as args for mod commandsGravatar MarkKoz-22/+43
2019-10-09Resolve #357: show ban reason and bb watch status in unban mod logGravatar MarkKoz-1/+18
2019-10-09Fix #346: display infraction count after giving an infractionGravatar MarkKoz-3/+10
2019-10-09Show help when ext load/unload are invoked without argumentsGravatar MarkKoz-0/+8
2019-10-08Expand token detection regex character exclusionGravatar sco1-5/+5
2019-10-08Ensure display name changes are loggedGravatar Sebastiaan Zeeff-1/+6
2019-10-08Fix linting errorsGravatar Ava-7/+8
2019-10-08Show infraction reason when the bot is the actorGravatar Sebastiaan Zeeff-1/+5
2019-10-08Fix wrong importGravatar Ava-2/+1
2019-10-08Add raw commandGravatar Ava-3/+83
2019-10-08Set bot as actor of antispam infractionsGravatar Sebastiaan Zeeff-1/+3
2019-10-07Only allow members currently in the guild to be warnedGravatar MarkKoz-1/+1
2019-10-07Update the nickname policy URLGravatar Mark-1/+1
2019-10-07Escape asterisks in extensions docstringsGravatar MarkKoz-7/+7
2019-10-07Support wildcards and multiple extensions for load and unload commandsGravatar MarkKoz-36/+48
2019-10-07Use quotes instead of back ticks around asterisk in docstringsGravatar MarkKoz-4/+4
2019-10-07Add missing awaits and call bot as attributGravatar Jens-14/+14
2019-10-06Update max threshold for attachmentsGravatar Derek-1/+1
2019-10-06Update !mentionGravatar mathsman5133-14/+21
2019-10-05Requested changesGravatar kraktus-7/+14
2019-10-05Added a new `periodic_ping` to fix #320Gravatar kraktus-0/+20
2019-10-05fix linterGravatar mathsman5133-1/+2
2019-10-05properly send message with `asyncio.run`Gravatar mathsman5133-3/+7
2019-10-05add requested changes for reviewGravatar mathsman5133-15/+28
2019-10-05Specify names of "prepare_cog" methodsGravatar Jens-19/+19
2019-10-05revert back `tests.cogs.test_information`. I got them in the wrong order...Gravatar mathsman5133-2/+2
2019-10-05revert back `tests.cogs.test_information`Gravatar mathsman5133-3/+4
2019-10-05Added to the .gitignore file a new file to be ignored, .DS_Store (only on Mac...Gravatar kraktus-0/+3
2019-10-05Create the !mention commandGravatar mathsman5133-8/+47
2019-10-04Make categories class attributes and support descriptionsGravatar MarkKoz-5/+20
2019-10-04Fix error when symbol_id cannot be found in doc HTMLGravatar MarkKoz-0/+3
2019-10-04Adjust verbiage of totals for watch commandsGravatar MarkKoz-2/+2