Use jarvis_small image instead of large one

This commit is contained in:
Zeva Rose 2022-02-03 00:09:32 -07:00
parent 20410a5805
commit 0b4c4218ae
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ from jarvis.data.robotcamo import emotes, hk, names
from jarvis.utils import build_embed, convert_bytesize, get_repo_hash from jarvis.utils import build_embed, convert_bytesize, get_repo_hash
from jarvis.utils.field import Field from jarvis.utils.field import Field
JARVIS_LOGO = Image.open("../../jarvis.png").convert("RGBA") JARVIS_LOGO = Image.open("jarvis_small.png").convert("RGBA")
class UtilCog(commands.Cog): class UtilCog(commands.Cog):

BIN
jarvis_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB