# Welcome

## Enoch Bot

Enoch Bot is a custom [Discord](https://discord.com) bot designed specifically for [@code4tomorrow](https://github.com/code4tomorrow) Discord servers.

It uses the [discord.py](https://discordpy.readthedocs.io/en/latest/) API and is deployed using [AWS](https://aws.amazon.com/).

### Installation

See [Getting Started](https://enoch.code4tomorrow.org/developer-guide/getting-started).

### Contributing

We're looking for contributors! If interested, please apply to be a member of [Code 4 Tomorrow](https://code4tomorrow.org) as an **Enoch Bot Developer** [here](https://code4tomorrow.org/member).

**Qualifications:**

* Proficiency in [Python 3](https://docs.python.org/3/index.html)
* Familiar with [Discord](https://discord.com) and has a Discord [account](https://discord.com/register)
* Can work as a team and communicate clearly and effectively

**Recommended, but not required:**

* Experience with the [discord.py API](https://discordpy.readthedocs.io/en/latest/index.html) and the languages/libraries/frameworks in [Miscellaneous and Resources](https://enoch.code4tomorrow.org/developer-guide/miscellaneous-and-resources)
* Experience with [Git](https://git-scm.com)
* Experience with [GitHub](https://github.com) (e.g. managing issues and pull requests)

#### THANK YOU CONTRIBUTORS OF ENOCH BOT!

* Rebecca Dang ([@phrdang](https://github.com/phrdang) | phrdang#7117) - Former Lead Developer, Creator
* Ben Nguyen ([@BenVN123](https://github.com/BenVN123) | DaBenny#7135) - Lead Developer
* Harsh Panchal ([@hpanchal092](https://github.com/hpanchal092) | Chocolate Juice#7302) - Senior Developer
* Mohammad Sadiq ([@Chrovo](https://github.com/Chrovo) | Chrovo#9488) - Developer
* Dominic Magats ([@reb0und](https://github.com/reb0und) | -1#7816) - Developer
* Raksshana Harish Babu ([@raksshana](https://github.com/raksshana) | raks#1944) - Developer
* Christopher Eliot Hall ([@chrehall68](https://github.com/chrehall68) | chreh#7818) - Former Developer
* Neha Peddinti ([@neha-peddinti](https://github.com/neha-peddinti) | Roarie9182#5630) - Former Developer

### License

This repository uses the license found [here](https://enoch.code4tomorrow.org/license). Copyright (c) 2020-Present (Human) Contributors of Enoch Bot.

### Special Thanks

* [Carberra](https://github.com/carberra) for his discord.py rewrite 2020 [tutorials](https://github.com/Carberra/updated-discord.py-tutorial)
* Lucas for his discord.py rewrite 2019 [tutorials](https://www.youtube.com/watch?v=nW8c7vT6Hl4\&list=PLW3GfRiBCHOhfVoiDZpSz8SM_HybXRPzZ\&index=1)
* Tech With Tim for his hosting a Discord bot on Heroku [tutorial](https://www.youtube.com/watch?v=BPvg9bndP1U)
* [jamqd](https://github.com/jamqd) for his help setting up AWS


---

# 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://enoch.code4tomorrow.org/readme.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.
