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

# About the bot

This bot was made to fulfill multipurpose abilities and to just overall have fun with everything.\
\
\###########################################################\
I DON'T DO THIS FULLTIME AND DO NOT WORK WITH DISCORD BOTS OFTEN\
\###########################################################\
\
I work an internship in programming at ASU and don't dedicate too much time to this project. Development will be slow and there are a lot of expected bugs. See the bottom of the commands page to see how you can help me solve issues and add new innovative commands to this bot.\
\
I plan to add a full automod feature to this bot for it's next big update and you can follow all of my progress on my Trello page which needs updating.

{% embed url="<https://trello.com/b/6nRrZj6V/roadmap>" %}

## Language it's developed in...

I developed this entire bot in Python using the framework of discord.py to code most of it.<br>

## All modules used in this project...

```
##COMMANDS FOR THE BOT##

import os
import os.path
import random
import aiohttp
import discord
from discord.ext import commands
from discord.ext.commands import has_permissions, MissingPermissions
from discord.utils import get
from discord.ui import View, Button
import json
from pathlib import Path

######BURGER POSTING######

import discord
from discord.ext import commands, tasks
from discord_components import *
import random
import json

######GAMBLE POSTING######

import discord
from discord.ext import commands
import json
```

## Will I release all of the source code?

No, so please don't contact me asking for the source code or some of the source code of this project. However if you message me on discord I can answer some simple questions but will usually not drop my code


---

# 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://aydalanche.gitbook.io/crabify/about-the-bot.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.
