We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b83e6 commit 7f8efc8Copy full SHA for 7f8efc8
1 file changed
discord/ext/test/backend.py
@@ -858,7 +858,6 @@ def edit_message(
858
# return self.request(r, json=params.payload)
859
data.update(payload)
860
861
- state = get_state()
862
i = 0
863
while i < len(_cur_config.messages[message.channel.id]):
864
if _cur_config.messages[message.channel.id][i].get("id") == data.get("id"):
0 commit comments