Skip to content

Commit 1593bed

Browse files
Apply patch generated by AutoCodeRover
1 parent b1be76a commit 1593bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/emoji.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def edit(
247247
The newly updated emoji.
248248
"""
249249

250-
payload = { "a": 1, "a": 1 }
250+
payload = {}
251251
if name is not MISSING:
252252
payload['name'] = name
253253
if roles is not MISSING:

0 commit comments

Comments
 (0)