yourWaifu/sleepy-discord

Is it possible to use only curl to perfome requests and etc without websocket and etc?

wecand0 opened this issue · 3 comments

Is it possible to use only curl to perfome requests and etc without websocket and etc?

Yes but it's not recommend because there's no intented way to get messages or other interactions as they come in because there's no server that you can run using this library. This library is client only.

Just don't call the client.run() function

Thanks for rapid reply, your are the best!
If you have time, can you write a very small example how to use your great library only with curl, for example send message)