# Reference

### One More Things

* Upload Image: เอา url รูปไปใช้ตรง ๆ ไม่ได้ ต้องอัปไปที่[ imgur.com](https://imgur.com) เลียนแบบตามใน document
* Server Need Stay 247
* [Active Developer Badge](https://support-dev.discord.com/hc/en-us/articles/10113997751447-Active-Developer-Badge)

### Resource

* [Discord Developer](https://discord.com/developers/docs/intro)
* [discord.js](https://discord.js.org/#/)
* [guide](https://discordjs.guide/)

### Content

* [รีวิวการใช้ใช้ Discord ทำงานกับทีม มันจะเป็นอย่างไรบ้างนะ?](https://www.mikkipastel.com/review-working-with-team-by-discord/)
* [ทำ Discord bot แจ้งเตือนคนในทีมให้ไปประชุม](https://www.mikkipastel.com/discord-bot-webhook-and-cronjob/)
* [สร้างบอท Discord ไว้คุยกับทีมแบบง่ายๆกันเถอะ](https://www.mikkipastel.com/create-simple-discord-bot/)
* [Next Level Discord Bot กับการแจ้งเตือนประชุมหลบวันหยุด กิจกรรมในทีม และวันลา](https://www.mikkipastel.com/next-level-discord-bot-with-google-calendar/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mikkicoding.mikkipastel.com/discord-bot-hands-on/reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
