aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
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
2018-11-26Refactored - codeblocks now make use of the bot.utils.messages util. (#202)Gravatar Leon Sandøy-40/+10
* Refactored - codeblocks now make use of the bot.utils.messages util. * Update bot/cogs/bot.py Co-Authored-By: heavysaturn <[email protected]> * Fix up flake8 complaints. Co-Authored-By: jchristgit <[email protected]>
2018-11-26Delete GitLab CI YAML - we're on Azure now, and this still triggersGravatar Gareth Coles-28/+0
2018-11-26Update Dependencies (#196)Gravatar Mark-327/+431
* update & clean up dependencies * fix lint errors * move requests to non-dev packages * Empty commit to fix CI * switch discord.py to a git dependency * remove PIPENV_VENV_IN_PROJECT * make pipenv install verbose * specify checkout directory for editable dependencies * exclude cache directory from linting
2018-11-25Restore superstar nickname after member leaves and rejoins (#207)Gravatar ByteCommander-13/+88
* Solve #205 by restoring superstar nicks on member join; prettier modlog * Switch footer to title in Infraction Info DM to get clickable links * Fix exceptions from message edit events in DMs * Improve readability as requested (multiline import and if statements) * Change continuation indents, as requested....
2018-11-22Remove duration from JSON payload when not specified (#204)Gravatar sco1-8/+12
* Remove duration from JSON payload when not specified * Drop whitespace.
2018-11-21Add note support for bb watch, moderation API call refactor (#201)Gravatar sco1-245/+77
* Add helper for moderation API calls See: #200 * Add missing short-circuit for infraction fail * Add bb watch note support See: 103 * Add keyword-only argument to bb watch To support a full reason string * Add empty duration to moderation API helper * Prepend bb watch to watch note string
2018-11-19Superstarify modlog (#199)Gravatar sco1-8/+19
* Update superstarify mod log message * Fix syntax & lint issues Shame on me... * Fix reference to ModLog cog * Add user thumbnail to superstarify modlog * Trailing whitespace is the devil * Update dodgy superstarify alias
2018-11-18Fix cog reload ClientException bug (#195)Gravatar scragly-5/+1
2018-11-18Add badges to READMEGravatar Gareth Coles-2/+2
2018-11-18Disable All Commands Except !accept in Verification Channel (#197)Gravatar Mark-0/+11
* disable all commands except !accept in verification channel * replace add_check with __global special method Co-Authored-By: MarkKoz <[email protected]>
2018-11-18Azure: Fix env vars in YAMLGravatar Gareth Coles-5/+4
2018-11-17Clean up docker imagesGravatar Gareth Coles-13/+5
2018-11-17Add aliases, prefix to cmd sig, remove from subcommandsGravatar scragly-2/+12
2018-11-17Send users a message when they're given an infraction.Gravatar Kingsley McDonald-12/+203
2018-11-17Reitz sez: Try --sequentialGravatar Gareth Coles-1/+1
2018-11-16Skipping the lock operation makes pipenv slower somehow. Don't ask me why.Gravatar Gareth Coles-1/+0
2018-11-16big brother: re-use header if user and channel match previous messageGravatar MarkKoz-8/+28
The header will be re-sent if the configured limit is exceeded.
2018-11-16Pipenv: Back to install, add PIPENV_SKIP_LOCKGravatar Gareth Coles-1/+2
2018-11-16Sync doesn't have --deployGravatar Gareth Coles-1/+1