rayzrdev / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!
https://git.io/sharpbot
MIT License
129 stars 134 forks source link

Cannot quote messages globally #102

Closed BlizzBlu closed 7 years ago

BlizzBlu commented 7 years ago

Whenever I attempt to quote a message from a different server or even a different channel, the bot simply pulls a different message from the current channel. Is this possible to be fixed?

yonilerner commented 7 years ago

The command currently just searches for messages in the current channel, since you can only fetch messages for a channel, not a server. The command could be expanded to allow other channels and server, but those extra arguments would have to be provided as part of the command I think

rayzr522 commented 7 years ago

Actually, the command already supports fetching from other channels. Make sure you're up to date, and you can specify by putting a space and then the channel's ID/mention after it.

BlizzBlu commented 7 years ago

All right, thank you for that info! I recently updated the bot because of some issues with the //userinfo command and I didn't know that. What about quoting from user/Group DMs? This doesn't seem to be supported yet.

rayzr522 commented 7 years ago

There's a bug in it right now, I'll have to look into it. It's supposed to work.

rayzr522 commented 7 years ago

Patched in b798104.