jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
100 stars 56 forks source link

self.quote not working properly when done from one DM to another #48

Closed IcePhantom22 closed 6 years ago

IcePhantom22 commented 6 years ago

Hi, Quoting text from one DM to another DM does not work. You get some random quoted text from the DM you're posting the message to instead of where you copied it from. For example, let's say that I copied a message ID from DM A, posted it in DM B, but I got random quoted text from DM B rather than A. I hope that there's a way to fix this in future updates.

jagrosh commented 6 years ago

Are you using the correct channel ID to reference the other DM channel (the DM channel ID is not the user's ID)

IcePhantom22 commented 6 years ago

Yes, I've tried using both the DM ID and User ID. I keep getting a random quote with the latter ID being posted simply as it is right after the quote.

jagrosh commented 6 years ago

Can you see if this has been fixed as of the latest release?

IcePhantom22 commented 6 years ago

It has been fixed, thanks.