# Developer

**AD**

* Posts the ad for the support server

```
/ad
```

***

**ADDTOBOT**

* Adds a feature/command to the to do list from the suggestions for the developers

{% code overflow="wrap" %}

```
/addtobot [add] [feature/command] [userID that submitted the suggestion]
[guildID suggestion was submitted in]
```

{% endcode %}

* Checks the suggestion list

```
/addtobot [check]
```

* Removes a suggestion from the todo list

```
/addtobot [remove] [number identifier from db]
```

***

**ANNOUNCE**

* Makes an announcement in the support server

```
/announce [message]
```

***

**DEV**

* Blacklist will add/remove a user from the bot's blacklist

```
/dev blacklist [yes/no] [userID]
```

* Donator will add/remove a guild from the donator list

```
/dev donator [yes/no] [guildID]
```

* Job will give the status of someone's application for the support server

```
/dev job [accept/deny] [user] [position applied for]
```

***

**DEVSNIPE**

* THIS COMMAND IS A **WIP** AND IS **NOT** FUNCTIONING.
* This command will recover the last deleted message in a channel.

```
/devsnipe
```

***

**EMBED**

* Create an embed

```
/embed [create] [description of embed] [yes/no (do you want a thumbnail)
```

* Delete an embed component

```
/embed [delete] [message id of embed] [component to delete]
```

* Edit an embed component

```
/embed [edit] [message id of embed] [component to edit] [new content]
```

***

**EVAL**

* This command will **NOT** be added to the slash command version of the bot

***

**LOCKDOWN**

* Put the server on lockdown

```
/lockdown [lock] [role] [channel]
```

* Take the server off of lockdown

```
/lockdown [unlock] [role] [channel]
```

***

**PARTNER**

* Posts a partnership in a specified channel following questions

```
/partner [guild name] [user] [ad/message from their server]
```

***

**RESETECONOMY**

* Resets everyone's economy balance that has one

```
/reseteconomy [all]
```

* Reset a certain server's economy

```
/reseteconomy [some] [guildID]
```

***

**RESTART**

* Restarts the bot

```
/restart
```

***

**RULES**

* Posts the support server rules in a specified channel

```
/rules
```

***

**TURNOFF**

* Turns the bot off

```
/turnoff
```

***

**UPDATEGUILDS**

* Sends a mass DM to all guild owners to send the devs a list of server ID's that they are using the bot in to update the database

```
/updateguilds
```

***

**UPDATEMODULES**

* Adds a server to the module database

```
/updatemodules [add] [server id]
```

* Deletes a server from the module database

```
/updatemodules [delete] [server id]
```


---

# 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://sambeano7.gitbook.io/prometheus/commands/developer.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.
