dolfies / discord.py-self

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

Channel.send_message doesn't work #142

Closed ezrael-git closed 2 years ago

ezrael-git commented 2 years ago

Summary

Title. It throws no errors, no output. It just doesn't send the message to the channel, as it's supposed to.

Reproduction Steps

I simply tried to use it, however it did not work.

Code

await bot.get_channel(917800737659039754).send("Listening!")

Expected Results

The userbot is supposed to send a message to the channel, yet it does not

Actual Results

Nothing happens, no error and no output. It does not send a message.

System Information

discord.py-self 1.91

Checklist

Additional Information

No response

dolfies commented 2 years ago

Did this end up working for you? I was unable to reproduce.