Sopur / Discord-user-bots

Working discord user bots library.
MIT License
81 stars 35 forks source link

{ message: 'Unknown Channel', code: 10003 } #48

Closed ghost closed 1 year ago

ghost commented 1 year ago

client.on.ready = async function() { msg = await client.fetch_messages(1, "970308424422293504"); console.log(msg); };

{ message: 'Unknown Channel', code: 10003 }

but id is correct

Sopur commented 1 year ago

Can you please give more information? Is this a DM? Using "Copy ID" on a DM doesn't return the channel ID of the DM. Also, Discord will generally return a bad response when requesting to fetching one message. Try fetching 50 or 100.

ghost commented 1 year ago

oh, sorry, I copied the id of the server and not the channel