diff --git a/assets/visio.png b/assets/visio.png new file mode 100644 index 0000000..ace54cf Binary files /dev/null and b/assets/visio.png differ diff --git a/cogs/events.py b/cogs/events.py index 2b49d5e..f362aa7 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -461,6 +461,12 @@ class Events(commands.Cog): "meta": { "check": (assets / 'virgin').exists } + }, + r"richard|(dick\W*$)": { + "file": discord.File(assets / "visio.png"), + "meta": { + "check": (assets / "visio.png").exists + } } } # Stop responding to any bots