gwapes
gwapes
Explore posts from servers
CDCloudflare Developers
Created by gwapes on 8/15/2024 in #workers-help
unknown webhook errors discord http bot
Hey guys, I have a http only bot running on a cf worker and im running into random Unknown webhook problems, mainly for my /meme command, and I have no idea what's wrong or where to go to fix it. Here's the code for my /meme command: https://sourceb.in/yrwYOIxtyS The command "handler": https://sourceb.in/pzY6NMCBQt In my index.ts I just have this https://sourceb.in/n6o9OX2kRH which is just a switch case over all of the types, simple stuff. I believe it's because im trying to "editReply" before the deferReply has "resolved", but im wondering what I can actually do to help this. I have a button too, which this happens with, basically the same code though. Thanks.
36 replies