aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-01-09Get member object for ban infractions to pass to hierarchy checkGravatar sco1-4/+8
2019-01-09Add missing awaitsGravatar sco1-7/+7
2019-01-09Add hierarchy check to desired infractionsGravatar sco1-3/+44
Per #134, only implement for all variations of the ban & kick infractions Update helper method inputs to facilitate a generic logging & context message
2019-01-07Add role hierarchy comparison check methodGravatar sco1-0/+13
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-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-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]>
2018-12-27invite filter: remove redundant channel None checkGravatar MarkKoz-8/+6
2018-12-27Disallow Group DM invites from the invite filterGravatar Joseph Banks-1/+9
2018-12-27Ping mod on infr notify failure in modlog.Gravatar scragly-0/+30
2018-12-27Add content kwarg to modlog messages.Gravatar scragly-5/+7
2018-12-27Add charinfo command.Gravatar scragly-1/+46
2018-12-27Add DM emoji indicator for infr notify success.Gravatar scragly-40/+49
2018-12-24Add linebreakGravatar sco1-0/+1
2018-12-24Remove reason checkGravatar sco1-6/+1
2018-12-24CommandNotFound exceptions will attempt tofind a valid tag before silently ↵Gravatar Tagptroll1-3/+12
ignoring
2018-12-20Realigned emoji groupingsGravatar sco1-6/+6
2018-12-20Update config-default.ymlGravatar Mark-1/+1
Co-Authored-By: sco1 <[email protected]>
2018-12-20Fix initial emoji configGravatar sco1-1/+1
Resolves #220
2018-12-18Make reason a required input to bb watchGravatar sco1-5/+9
Resolves #218
2018-12-18Update README.mdGravatar Leon Sandøy-1/+1
2018-12-05Adding git to the base dockerfileGravatar Leon Sandøy-0/+1
2018-12-05Update bot/cogs/alias.pyGravatar scragly-1/+1
Co-Authored-By: heavysaturn <[email protected]>
2018-12-05Fixes a bug with the watch alias introduced by our recent change of the ↵Gravatar Leon Sandøy-3/+3
watch command.
2018-12-03Makes generating `...:` indents fasterGravatar Modelmat-2/+2
Uses `rjust` instead of an fstring:
2018-11-29Add commas to server command (#209)Gravatar Joseph-1/+1