Quick Start

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Create discord bot | إنشئ بوت دسكورد

https://discord.com/developers/applications

شرح كيف تسوي البوت وتنسخ التوكن وتدخله سيرفرك

download bot file | تحميل ملف البوت

https://discord.gg/qz

Make your first request

To make your first request, send an authenticated request to the pets endpoint. This will create a pet, which is nice.

Good to know: You can use the API Method block to fully document an API method. You can also sync your API blocks with an OpenAPI file or URL to auto-populate them.

Take a look at how you might call this method using our official libraries, or via curl:

Last updated