embed-model 0.4.2__py3-none-any.whl → 0.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- embed_model/menus.py +1 -1
- {embed_model-0.4.2.dist-info → embed_model-0.4.3.dist-info}/METADATA +1 -1
- {embed_model-0.4.2.dist-info → embed_model-0.4.3.dist-info}/RECORD +5 -5
- {embed_model-0.4.2.dist-info → embed_model-0.4.3.dist-info}/WHEEL +0 -0
- {embed_model-0.4.2.dist-info → embed_model-0.4.3.dist-info}/top_level.txt +0 -0
embed_model/menus.py
CHANGED
@@ -120,7 +120,7 @@ class LinguagemSelect(discord.ui.Select):
|
|
120
120
|
js_code += f' color: {'"#{:06X}"'.format(embed.colour.value) if embed.colour else 'null'},\n'
|
121
121
|
js_code += f' timestamp: "{embed.timestamp.isoformat()}"' if embed.timestamp else ""
|
122
122
|
if embed.author:
|
123
|
-
js_code += f'
|
123
|
+
js_code += f' author: {{\n name: "{embed.author.name}"'
|
124
124
|
if embed.author.url:
|
125
125
|
js_code += f',\n url: "{embed.author.url}"'
|
126
126
|
if embed.author.icon_url:
|
@@ -2,10 +2,10 @@ embed-model/__init__.py,sha256=GPy9PjPYdp9Bkk2q7-Ax6OWN6vvVf2gMN0qwKuSWczE,20
|
|
2
2
|
embed-model/modulo.py,sha256=Z3_Is6T3PxU5QXO4i7t-L40MlDlcAqS3Eti77yxADFo,18431
|
3
3
|
embed_model/__init__.py,sha256=ngZapDyhlk5fLHOkNGSs9XwmTp90pYPHIeMvAwKlxmI,5590
|
4
4
|
embed_model/buttons.py,sha256=ofdkYbuAswTF7-Gm9IZsWI15pc4ovrs1sYup2L-v6Ps,1846
|
5
|
-
embed_model/menus.py,sha256=
|
5
|
+
embed_model/menus.py,sha256=kGrKnGmfR_QubF118aY0ObSUR6EQ1c8S33gbhzcQSkw,6317
|
6
6
|
embed_model/modals.py,sha256=ZfOOeeodmlYUIgRoi--mYhSPu20y_7Pk4zfSQeWJGrA,6970
|
7
7
|
embed_model/modulo.py,sha256=Z3_Is6T3PxU5QXO4i7t-L40MlDlcAqS3Eti77yxADFo,18431
|
8
|
-
embed_model-0.4.
|
9
|
-
embed_model-0.4.
|
10
|
-
embed_model-0.4.
|
11
|
-
embed_model-0.4.
|
8
|
+
embed_model-0.4.3.dist-info/METADATA,sha256=_LSEQFsYOqx6RfOGrBRAiMPGIPQjxcl7D5RQdVRO1kw,1834
|
9
|
+
embed_model-0.4.3.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
10
|
+
embed_model-0.4.3.dist-info/top_level.txt,sha256=de9m0qp01SqUQYtnlOoOOlGtfgttPyh38cxJqGjtSLs,12
|
11
|
+
embed_model-0.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|