aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh (unfollow)
Commit message (Collapse)AuthorLines
2018-11-12Remove hiphopifyGravatar sco1-195/+0
2018-11-10Stop help output on int evalGravatar scragly-1/+2
2018-11-03Add "superstarify" replacement for "hiphopify"Gravatar sco1-3/+198
2018-10-30Fixed eval to allow ```python in messages.Gravatar Jeremiah Boby-1/+1
2018-10-29Correcting a logic error in the edited message deletion thingy.Gravatar Daniel Brown-4/+3
Also cleaned up the has_bad_ticks() function a bit. Signed-off-by: Daniel Brown <[email protected]>
2018-10-27Added site command and alias for rules.Gravatar Kingsley McDonald-0/+24
2018-10-23GitIgnore: VSCodeGravatar scragly-0/+3
2018-10-22Chibli | Cog for command aliasesGravatar Thomas Petersson-56/+214
2018-10-20Change BYPASS_ROLES check from top_role to all roles.Gravatar scragly-4/+5
Addresses Issue #72
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-07common scheduling methods have been moved to a separate abstract class.Gravatar Kingsley McDonald-89/+78
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.