-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
Personal nit 'joke', // command name
'Get a funny joke from the bot', // command description
[], // dependencies
[], // options I don't think these comments should be present outside of a testing environment |
Now i'm running into an issue where sometimes it fetches the joke perfectly with no issues, but other times i get a `Invalid Form Body` error.
Now I'm running into an issue where sometimes it fetches the joke perfectly with no issues, but other times i get a I'll look into the issue more on my side and see if i can figure anything out, just thought i'd post here incase your faster then me 👍 |
Try using |
I feel so dumb, there was a tiny typo that broke the entire thing, and i forgot to format the response as a string 😭
@zleyyij wanted it so i implemented it
LGTM |
Added a basic joke module using an API. I tried to get it to search for if the current channel had NSFW enabled, but I couldn't figure out how to parse the data correctly on a channel level, only a guild one. Be sure to let me know if you want any changes done