aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
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-09Patch to make \!help work outside of #bot-commands again. We should look ↵Gravatar SebastiaanZ-1/+11
into a proper rewrite later.
2019-01-08From reviewGravatar sco1-2/+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-07Add line after docstringGravatar sco1-0/+1
2019-01-07Add mute infraction check to role restorationGravatar sco1-0/+28
2019-01-07Deleting unnecessary additional lineGravatar SebastiaanZ-1/+0
2019-01-07Removing orphaned comment and restructuring user notification for ↵Gravatar SebastiaanZ-4/+2
filter_rich_embed
2019-01-07Corrected the delete_reminder() method to use the correct _delete_reminder ↵Gravatar Daniel Brown-1/+1
method(). Signed-off-by: Daniel Brown <[email protected]>
2019-01-07Including the filter_rich_embeds constants in bot/constants.pyGravatar SebastiaanZ-0/+2
2019-01-07Changing the way in which the filter_rich_embed sends the embeds to ↵Gravatar SebastiaanZ-7/+3
mod_log.send_log_message
2019-01-07Modifying 'send_log_message' so it supports sending additional embeds to the ↵Gravatar SebastiaanZ-2/+9
specified (log) channel
2019-01-07Reverting modlog.py to original stateGravatar SebastiaanZ-17/+0
2019-01-06Clarifying commentGravatar SebastiaanZ-1/+1
2019-01-06Invoke Moderation tempmute directlyGravatar sco1-33/+3
2019-01-06Antispam Infraction FixesGravatar sco1-7/+10
Add muted role object to cog attributes Fix unawaited coroutine in modlog Adjust modlog message ctx variable to be more explicit Fix duration being sent to API as integer instead of string Fix temporary infraction being placed into a nonexistent schedule, now placed into the moderation cog's task schedule
2019-01-06Restoring DEBUG_MODE filtering condition and adding commentGravatar SebastiaanZ-4/+2
2019-01-06Adding 'rich embed' filter to filtering, 'embed'-support to modlog, and ↵Gravatar SebastiaanZ-17/+91
'rich embed' filtering options to config
2019-01-05Use explicit channel mentionGravatar sco1-1/+1
2019-01-05Marginally smarter filter notification logicGravatar sco1-11/+5
Only check for a user notification for "filter" type filters
2019-01-05Add notification strings for remaining filtersGravatar sco1-7/+12
Hardcode watch words filter notification to False since it's a watchlist. This logic should be reworked eventually so we ignore user notifications for watchlist type filters.
2019-01-03Add pre-commit dev dependency & flake8 configurationGravatar sco1-176/+255
Relock pipenv Add pre-commit pipenv script
2019-01-03Fix import orderGravatar sco1-1/+1
2019-01-03Added a log message to go along with messages bot messages being removed.Gravatar Daniel Brown-0/+1
Signed-off-by: Daniel Brown <[email protected]>
2019-01-03Hopefully the final fix to the code block on-edit deletion thingGravatar Daniel Brown-1/+1
Signed-off-by: Daniel Brown <[email protected]>
2019-01-03Move user notification bools to configGravatar sco1-5/+18
Intentionally hardcode token notification, this is handled by the token remover cog Signed-off-by: sco1 <[email protected]>
2019-01-03Adding optional kwarg to raise Exception on empty paginator embed instead of ↵Gravatar SebastiaanZ-2/+16
sending empty embed
2019-01-03Clarifying log.debug messages for empty embeds for both PaginatorsGravatar SebastiaanZ-2/+2
2019-01-03Fixing empty LinesPaginator and ImagePaginator with '(nothing to display)' ↵Gravatar SebastiaanZ-0/+8
and '(no images to display)' when called with empty container object
2019-01-02Add identification of invite via DMGravatar sco1-2/+7
2019-01-02Add user notification on invite removeGravatar sco1-6/+37
2019-01-02Ignore defcon title change in modlog.Gravatar scragly-1/+6
2019-01-01Fix timedelta days referenceGravatar sco1-2/+2
2019-01-01Cast int to str, correct buffer align, re-add trailing spaceGravatar scragly-1/+1
2018-12-30Add missing awaitsGravatar sco1-4/+4
oops
2018-12-29Remove the cursed trailing whitespaceGravatar sco1-2/+2
2018-12-29Remove invite filter deblankingGravatar sco1-9/+6
Clarify inline help/comments
2018-12-29Add mod log event for member warn & shadowwarnGravatar sco1-0/+30
2018-12-29Add infraction posting for AntiSpam mutesGravatar sco1-12/+16
2018-12-29Add optional return to modlog post coroGravatar sco1-1/+2
Enables generation of a context for AntiSpam to reference for posting infractions
2018-12-28Fix channel grabbing logicGravatar sco1-2/+3
2018-12-28Add defcon channel topic updatingGravatar sco1-1/+23
2018-12-28Add #defcon to channel constantsGravatar sco1-0/+2
2018-12-28Switch local color constants to PyDis' constantsGravatar sco1-8/+6
2018-12-28Expand in_channel check to accept multi-channels, bypass roles.Gravatar scragly-33/+53
2018-12-28Simplify regex patternGravatar Mark-1/+1
Co-Authored-By: scragly <[email protected]>