add big boris

This commit is contained in:
Nexus 2023-06-19 01:24:39 +01:00
parent 2297c2bda7
commit 94ebc95550
2 changed files with 3 additions and 0 deletions

BIN
assets/boris.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

View file

@ -469,6 +469,9 @@ class Events(commands.Cog):
r"c(mon|ome on) jimmy": {
"content": "IM TRYING"
},
r"(bor(r)?is|johnson)": {
"file": discord.File(assets / "boris.jpeg")
}
}
# Stop responding to any bots
if message.author.bot is True: