XanIves / Discomata

Python GUI for sending text commands through a Discord bot
GNU General Public License v3.0
4 stars 1 forks source link

Question: Built in Library of Commands from Avrae? #3

Open habeas81 opened 3 years ago

habeas81 commented 3 years ago

I am getting an error that the discord token isn't correct. Can you provide a little more information about what the token is, the format and where to find it? I assumed it was the Webhook URL but that doesn't seem to be right.

Is it possible perhaps to make it the webhook URL instead of a hard-to-find token by chance? Am I just looking in entirely the wrong place?

Thanks!

XanIves commented 3 years ago

Hello Habeas, the following article explains how to create a bot and then grab the discord bot token, I hope this answers your question: Link

If you need more information, feel free to reach out again; I have to be honest, I only learned enough about the Discord API to implement this bot in its current version, so I don't know enough about webhooks to leverage them. I'll take a look at them for curiosity's sake though, thanks for the idea!

XanIves commented 3 years ago

Update

Closing this issue due to lack of activity. Let me know if you need further help @habeas81!