aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh (unfollow)
Commit message (Collapse)AuthorLines
2018-10-09Wolfram Cog - Merge Request 56, by ChibliGravatar Leon Sandøy-6/+485
2018-10-09Bot Codeblock message fixesGravatar Daniel Brown-15/+33
2018-10-07All command groups now invoke the help command.Gravatar Kingsley McDonald-8/+24
2018-10-06Add Reminders cog.Gravatar Kingsley McDonald-26/+503
2018-10-06Infraction search improvementsGravatar Kingsley McDonald-79/+90
2018-10-04Hem's fixes.Gravatar Gareth Coles-2/+2
2018-10-03Added Permission for HelperGravatar Daniel Brown-8/+14
2018-09-28Filtering fixesGravatar Leon Sandøy-20/+46
2018-09-28improving a comment. why is this a commit. I'm so sorry.Gravatar Leon Sandøy-1/+1
2018-09-28Ignore all DMs in the antispam cogGravatar Leon Sandøy-1/+2
2018-09-28superficial fix for no role updates caused by changes in the d.py api, plus ↵Gravatar Leon Sandøy-14/+10
more irrelevant logger supression.
2018-09-27maybe next time the mod log breaks we can fix it before it's been 2 weeks. ↵Gravatar Leon Sandøy-1/+1
I'M SORRY.
2018-09-26Added link to relevant message in filtered alertsGravatar Jeremiah Boby-2/+2
2018-09-25Refactor !eval code matching/stripping, also parse `inline code`Gravatar ByteCommander-13/+30
2018-09-23Add rockstars role to filter ignoreGravatar Joseph Banks-12/+14
2018-09-23Fix token configurationGravatar Joseph Banks-1/+1
2018-09-15Final Patch to Delete via Reaction for Bot EmbedGravatar Daniel Brown-1/+4
2018-09-13Added Member and Reaction to imports and added them to "on_reaction_add" ↵Gravatar Daniel Brown-3/+3
properties to convert them to the proper types. Changed line 384 to compare ids for consistency Signed-off-by: Daniel Brown <[email protected]>
2018-09-13Use correct emote in codeblock correction messageGravatar Joseph Banks-1/+1
2018-09-13- Broke up "has_fixed_codeblock" up for clarity.Gravatar Daniel Brown-10/+16
- Changed loop variables for clarity - Corrected implementation of emoji - Changed emoji name from "x" to "cross_mark" for clarity Signed-off-by: Daniel Brown <[email protected]>
2018-09-13use system flag instead of using venvGravatar Christopher Baklid-17/+22
2018-09-13- Changed variable name from bad_ticks to has_bad_ticksGravatar Daniel Brown-3/+3
- Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]>
2018-09-13- Changed variable name from bad_ticks to has_bad_ticksGravatar Daniel Brown-17/+23
- Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]>
2018-09-13- Changed function name from bad_ticks to has_bad_ticksGravatar Daniel Brown-17/+23
- Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]>
2018-09-09Fixed linting issues (oops)Gravatar Jeremiah Boby-2/+2
2018-09-09Patched off-topic system to allow alternative apostrophe character, and ↵Gravatar Jeremiah Boby-5/+8
convert accordingly.
2018-09-07Corrected a check for the bot idGravatar Daniel Brown-1/+1
2018-09-06Added Python format embed removal, either by the user correcting their ↵Gravatar Daniel Brown-6/+6
formatting or by clicking the reaction, which can be done by the user who caused it or by staff. Also corrected linting errors.
2018-09-06Added Python format embed removal, either by the user correcting their ↵Gravatar Daniel Brown-1/+17
formatting or by clicking the reaction, which can be done by the user who caused it or by staff.
2018-09-06Completed editing deletion. Still working on reaction deletion.Gravatar Daniel Brown-19/+36
2018-08-30[Snekbox] Show help when eval run without codeGravatar Gareth Coles-1/+6
2018-08-30[Utils] Pep command outputs help on non-number. Fixes #59Gravatar Gareth Coles-4/+9
2018-08-30[Security] Prevent commands in DM - Fixes #60Gravatar Gareth Coles-0/+4
2018-08-24[Config] Remove invites from un-partnered serversGravatar Gareth Coles-2/+0
2018-08-23Better timedelta humanizationGravatar Leon Sandøy-49/+71
2018-08-21dent :wrench:Gravatar Kingsley McDonald-4/+5
2018-08-13Remove the ClickUp cog.Gravatar Johannes Christ-394/+0
2018-08-11Improving the token regex to catch tokens with symbols in the HMACGravatar Leon Sandøy-3/+3
2018-08-11Makes TokenRemover, AntiSpam and Clean more consistent, with embeds, message ↵Gravatar Leon Sandøy-81/+131
delete ignores, and using the Logs API.
2018-08-11Fixing bug where antispam would not ignore message ids, making antispam ↵Gravatar Leon Sandøy-28/+40
mod-alerts into beautiful embeds, adding IDs to all filtering and antispam embeds.
2018-08-10[Constants] Specify encoding for YAML filesGravatar Gareth Coles-2/+2
2018-08-08updating the watchlist to catch retartedGravatar Leon Sandøy-1/+2
2018-08-08yeah actually you are allowed to say "beans"Gravatar Leon Sandøy-1/+1
2018-08-08let's ignore the only legitimate word that starts with cuck - cuckooGravatar Leon Sandøy-1/+1
2018-08-07[Snekbox] Attempt to fix eval indent issuesGravatar Gareth Coles-1/+2
2018-08-06Fix a typo.Gravatar Johannes Christ-1/+1
2018-08-06setting links max to 20 while we work on issue 47Gravatar Leon Sandøy-1/+1
2018-08-03Silence `aio_pika.pika.{callback,channel}`'s logging.Gravatar Johannes Christ-1/+3
2018-08-03Add channel & role whitelist to `AntiSpam`.Gravatar Johannes Christ-2/+18
2018-08-01Set delete_message_days to 0 so that banned users do not have messages ↵Gravatar Joseph-2/+2
cleared automatically