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:
commit
cb5b3c17a2
2 changed files with 1 additions and 1 deletions
|
@ -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
BIN
jarvis_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Add table
Reference in a new issue