aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-01-17Move RMQ logs to devlog.Gravatar Scragly-18/+18
2019-01-17Revert modlog channel for unbanned notificationGravatar S. Co1-1/+1
Co-Authored-By: scragly <[email protected]>
2019-01-17Revert modlog channel for banned notificationGravatar S. Co1-1/+1
Co-Authored-By: scragly <[email protected]>
2019-01-17Add new userlog channel support.Gravatar Scragly-10/+18
2019-01-16Correct altered log_msg kwarg used.Gravatar Scragly-1/+1
2019-01-13Changing the rich embed filter to a watchlist that ignores twitter embeds; ↵Gravatar SebastiaanZ-21/+27
adding time delta check to avoid the trigger-twice problem
2019-01-13Using the exception message as the description in BadArgument error embeds.Gravatar Leon Sandøy-2/+2
2019-01-13fixing a bad conflict resolution pt2Gravatar Leon Sandøy-1/+1
2019-01-13fixing a bad conflict resolutionGravatar Leon Sandøy-11/+0
2019-01-13reverting the lockfile, no changes neededGravatar Leon Sandøy-196/+166
2019-01-13Adressing jchrists review commentsGravatar Leon Sandøy-113/+122
2019-01-12Change log.error to log.exception to avoid hiding tracebackGravatar Sebastiaan Zeeff-1/+1
Co-Authored-By: fiskenslakt <[email protected]>
2019-01-12Change ctx.invoke to ctx.reinvoke to conserve passed argumentsGravatar Sebastiaan Zeeff-1/+1
Co-Authored-By: fiskenslakt <[email protected]>
2019-01-12Condense logicGravatar sco1-5/+2
2019-01-12Add Optional type hints where appropriateGravatar sco1-6/+6
2019-01-12Changing check-specific exception to superclass exception so help doesn't ↵Gravatar SebastiaanZ-2/+2
break when new check exceptions are added
2019-01-11Remove debug print statementGravatar sco1-1/+0
2019-01-11Add edit delta to modlog for multi-edit messagesGravatar sco1-8/+39
To help with self-bot detection, if a message has been previously edited, generate a human-readable delta between the last edit and the new one Use message timestamp for modlog embeds generated during on_message event Visually separate send_log_message kwargs to make them easier to read
2019-01-11Disable rich embed filterGravatar sco1-1/+1
Discord adding the embeds is causing it to trigger.
2019-01-11Revert "Catching the superclass CheckFailure instead of the subclass"Gravatar SebastiaanZ-2/+2
This reverts commit 8f30b52fd378bb3546c84d0fdb945a4b492236b8. Accidentally pushed to master when I thought I was at a branch
2019-01-11Catching the superclass CheckFailure instead of the subclassGravatar SebastiaanZ-2/+2
2019-01-11Using stronger language in the message and emphazising the 'strongly ↵Gravatar SebastiaanZ-2/+3
recommend' with bold
2019-01-11Only retrieve/cache watch reason when user becomes active; restore ↵Gravatar SebastiaanZ-9/+12
update_cache to synchronous as it was before
2019-01-10Update error handler docstring to be more accurateGravatar Derek-4/+2
2019-01-10Put extra sentence in docstring clarifying arg usageGravatar Derek-0/+1
2019-01-10Add cooldown constants to configGravatar Derek-1/+7
2019-01-10Add 2nd space to inline comment to obey allmighty linterGravatar Derek-1/+1
2019-01-10Update error handler to log errors instead of ignore themGravatar Derek-1/+4
2019-01-10Removing default argument for the alias <prefix>watch to require a reason ↵Gravatar SebastiaanZ-1/+1
via the alias as well
2019-01-10Adding type annotationsGravatar SebastiaanZ-2/+2
2019-01-10Adding watch reason to the big-brother header embedsGravatar SebastiaanZ-9/+57
2019-01-09Change activity timeout to 10 minutesGravatar Derek-1/+1
2019-01-09Add all the block comments!Gravatar Derek-0/+10
2019-01-09Change line to fit prevailing styleGravatar Derek-1/+2
2019-01-09Change embed color to blurpleGravatar Derek-1/+1
2019-01-09Change awkward wordingGravatar Derek-1/+1
2019-01-09Put channel category id constant back in classGravatar Derek-2/+4
2019-01-09Add exemption from cooldown for helpersGravatar Derek-1/+22
2019-01-09Patch to make \!help work outside of #bot-commands again. We should look ↵Gravatar SebastiaanZ-1/+11
into a proper rewrite later.
2019-01-09Add activity timeout constantGravatar Derek-7/+18
2019-01-08From reviewGravatar sco1-2/+1
2019-01-08Add linter exceptionGravatar Derek-1/+1
2019-01-08Switch short-circuit logic, add loggingGravatar sco1-1/+5
2019-01-08Remove list comprehension since any() works on generatorsGravatar Sebastiaan Zeeff-1/+1
Co-Authored-By: sco1 <[email protected]>
2019-01-08Add Pallets to server whitelistGravatar sco1-0/+1
Yay partners!
2019-01-08Add RLBot to server whitelistGravatar sco1-0/+1
Yay partners!
2019-01-07Update method of obtaining last message to be simplerGravatar Derek-2/+1
2019-01-07Fix off by oneGravatar Derek-1/+1
2019-01-07Update method for mentioning users and channels to be more idiomaticGravatar Derek-6/+5
2019-01-07Add category constantGravatar Derek-1/+13