Merge branch 'logo_update' into 'main'

Use jarvis_small image instead of large one

See merge request stark-industries/j.a.r.v.i.s.!44
This commit is contained in:
Zeva Rose 2022-02-03 07:10:00 +00:00
commit cb5b3c17a2
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.field import Field
JARVIS_LOGO = Image.open("../../jarvis.png").convert("RGBA")
JARVIS_LOGO = Image.open("jarvis_small.png").convert("RGBA")
class UtilCog(commands.Cog):

BIN
jarvis_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB