Merge branch 'master' of github.com:EEKIM10/the-hi5-group

This commit is contained in:
EEKIM10 2023-05-11 00:47:20 +01:00
commit aab30847dc
8 changed files with 8 additions and 0 deletions

BIN
assets/virgin/22847-mc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

BIN
assets/virgin/23891-mc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/virgin/29057-dc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
assets/virgin/6437-mc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
assets/virgin/7566-mc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
assets/virgin/9967-ping.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -452,6 +452,14 @@ class Events(commands.Cog):
"meta": {
"check": (assets / "mine-diamonds.opus").exists
}
},
r"vir[mg]in(\smedia\W*)?$": {
"file": lambda: discord.File(
random.choice(list(Path(assets / 'virgin').iterdir()))
),
"meta": {
"check": (assets / 'virgin').exists
}
}
}
# Stop responding to any bots