mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Make Asset.replace only accept keyword arguments
This commit is contained in:
parent
f7d551953b
commit
d9adf4d35d
@ -256,6 +256,7 @@ class Asset(AssetMixin):
|
|||||||
|
|
||||||
def replace(
|
def replace(
|
||||||
self,
|
self,
|
||||||
|
*,
|
||||||
size: int = MISSING,
|
size: int = MISSING,
|
||||||
format: ValidAssetFormatTypes = MISSING,
|
format: ValidAssetFormatTypes = MISSING,
|
||||||
static_format: ValidStaticFormatTypes = MISSING,
|
static_format: ValidStaticFormatTypes = MISSING,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user