discord_login
Authenticate with Discord by using a configured token to enable AI assistants to perform actions like messaging, managing channels, and handling webhooks.
Instructions
Logs in to Discord using the configured token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| random_string | No |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"type": "string"
}
},
"required": [],
"type": "object"
}