mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Whoops
This commit is contained in:
parent
f9b156c4a2
commit
9c0811afe8
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ async def system_set(conn, message, args):
|
|||
db_prop = db_properties[prop]
|
||||
await db.update_system_field(conn, system_id=system["id"], field=db_prop, value=value)
|
||||
|
||||
response = "{} system {}.".format("Updated" if value else "Cleared", prop)
|
||||
response = make_default_embed("{} system {}.".format("Updated" if value else "Cleared", prop))
|
||||
if prop == "avatar" and value:
|
||||
response.set_image(url=value)
|
||||
return True, response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue