dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
684 stars 162 forks source link

SERVER tag in front of replies #188

Closed SajidZakaria closed 2 years ago

SajidZakaria commented 2 years ago

Summary

SERVER tag in front of replies

Reproduction Steps

There's a weird SERVER tag in front of replies. This happens when I reply to a reply. image

Code

msg1 = await channel.send("abcd")
msg2 = await msg1.reply("efgh")
msg3 = await msg2.reply("ijkl")

The third message will most likely show a reply with "SERVER" tag.



### Expected Results

The reply would be normal without any leading tags.

### Actual Results

A blue box "SERVER" leads the replied message reference.

### System Information

python3 bot.py

### Checklist

- [X] I have searched the open issues for duplicates.
- [X] I have shared the entire traceback.
- [X] I am using a user token (and it isn't visible in the code).

### Additional Information
Version 1.10.0
_No response_
SajidZakaria commented 2 years ago

I updated the module version and it got fixed

dolfies commented 2 years ago

Nice.

jojo259 commented 2 years ago

still have this, on latest version. almost all replies have this tag, a few don't.