Chat Sumlin
Chat Sumlin
Check the callback url you've set in the discord applications portal and read the README.md again there should be a line in there about what to set that to. If...
It failed to fetch a users ban status [here](https://github.com/sylveon/discord-ban-appeals/blob/master/func/helpers/user-helpers.js#L33) which means one of the three variables could be wrong. I would first try triggering a deploy to make sure environment...
This is certainly possible with the [API](https://discord.com/developers/docs/resources/guild#ban-object). It would probably need to be checked as soon as the user logs in but before they can try and submit an appeal....
less of a comment for you more of a comment for @sylveon myself or any of the other contributors.
> The bot is also used to check if the user is currently banned before allowing a ban appeal to go through I think this is a core piece of...
I feel like this is maybe unnecessary since the user's name/discriminator is/can be collected. If an admin needed to reach out it would probably be best to do so within...
@sylveon Ill have to double-check since it's been a while since I've worked on it, but the ReactJS take on your app that I've published ([jcsumlin/discord-ban-appeal](https://github.com/jcsumlin/discord-ban-appeal)) DM's the banned user...
I am able to call ` results =api.user_following(api.authenticated_user_id,api.generate_uuid()) ` And I receive a full list of my followers (over 500). If you are calling this on another user that is...
That error is likely due to you performing too many actions within the hour. I would limit your interactions to 200 per hour max. Newer accounts will need to lower...
Can you share your repo's url with me?