> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/create-bot/useful-repos.md).

# Useful Repositories

Thanks to ♻ [codump](https://codump.github.io/) ♻ !

{% hint style="info" %}
The following repositories are a Community-built alternative to coding the bot yourself. They contain instructions for installation and usage.

We do not provide support with them in the Discord Server, contact the author instead.
{% endhint %}

## [djs-v14-empty-start](https://github.com/codump/djs-v14-empty-start)

Start for discord bot. From the d.js guide with a minor edit to commands, there are no subfolders. Instructions can be found in the guide. You don't have to code, only follow the setup instructions. Also change `empty-config.json` to `config.json` and fill in the details.

## [Discord.js v14 basic bot functions](https://github.com/codump/discord.js-v14-basic-bot-functions)

Installation and usage information can be found [here](https://github.com/codump/discord.js-v14-basic-bot-functions/blob/main/README.md)

### Features

* The new slash commands.
  * `/serverinfo` Information about the server.
  * `/automsgmention` Automated message with mention.
  * `/code` How to use code on discord.
  * `/jsfiddle` Ask to start a jsfiddle.
  * `/kick` Kick a member.
  * `/ban` Ban a member.
  * `/warning` Warn a member and store it in DB.
* Auto roles.
* Join and leave notification.
* Notification when someone starts streaming on discord.
* GitHub notifications. <sup>(Releases, push, pull and more depending on your gh webhook settings.)</sup>
* Ticket channel system.

## [Basic Express and EJS with API](https://github.com/codump/basic-express-ejs-with-api)

Installation and usage information can be found [here](https://github.com/codump/basic-express-ejs-with-api/blob/main/README.md)

## [Discord.js basic Bot-Hosting.net server API slash commands](https://codump.github.io/code/bot-hosting-net-server-api/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bothosting-net.gitbook.io/bot-hosting.net/create-bot/useful-repos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
