# HTTPClient

## HTTPClient

{% tabs %}
{% tab title="Attributes" %}

| bot                                                                                 |                                           |
| ----------------------------------------------------------------------------------- | ----------------------------------------- |
| <p>Your discord bot</p><p></p><p><strong>Type:</strong> <code>discord.Client</code> | <code>discord.ext.commands.Bot</code></p> |
| {% endtab %}                                                                        |                                           |

{% tab title="Methods" %}

| edit\_response                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Parameters:</strong></p><ul><li><strong>interaction\_token</strong> (<code>str</code>) - The interaction's token</li><li><strong>data</strong> (<code>dict</code>) - The data for request</li><li><strong>files</strong> (List\[<code>discord.File</code>]) - The files for request</li></ul><p><strong>Returns:</strong> <code>Coroutine</code></p> |

| **initial\_response**                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Parameters:</strong></p><ul><li><strong>interaction\_token</strong> (<code>str</code>) - The interaction's token</li><li><strong>interaction\_id</strong> (<code>int</code>) - The interaction's id</li><li><strong>data</strong> (<code>dict</code>) - The data for request</li><li><strong>files</strong> (List\[<code>discord.File</code>]) - The files for request</li></ul><p><strong>Returns:</strong> <code>Coroutine</code></p> |
| {% endtab %}                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| {% endtabs %}                                                                                                                                                                                                                                                                                                                                                                                                                                      |
