MysteryPancake / Discord-Reposter

Bot for reposting Discord messages (work in progress)
MIT License
92 stars 121 forks source link

Code Wrong #52

Open CrownDevelops opened 3 years ago

CrownDevelops commented 3 years ago

So I'm pretty new to coding, and I've been trying to install this bot for a few days now, however, I place in the correct token for my app bot, "" but I keep getting;

LOADING LIBRARIES... Error: Incorrect login details were provided. Any way I can fix this?

MysteryPancake commented 3 years ago

That's strange, maybe it was something to do with the arrows?

I was wondering if you have written the bot token like this:

client.login("<123456789abcdefg>").catch(console.error);

Or like this:

client.login("123456789abcdefg").catch(console.error);

Maybe if the arrows were included it could be causing the error?

CrownDevelops commented 3 years ago

I've managed to fix the issue, however, it seems that the commands are a bit buggy. Keeps saying "can't repost from but I'll fix it on my end. Thanks for the amazing bot!