Use jarvis_small image instead of large one
This commit is contained in:
parent
20410a5805
commit
0b4c4218ae
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