mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +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(
|
||||
self,
|
||||
*,
|
||||
size: int = MISSING,
|
||||
format: ValidAssetFormatTypes = MISSING,
|
||||
static_format: ValidStaticFormatTypes = MISSING,
|
||||
|
Loading…
x
Reference in New Issue
Block a user