1
0
Fork
You've already forked StoatIQ
0
StoatIQ — Your smart, all-in-one assistant for Stoat.chat.
JavaScript 100%
2025年11月19日 20:21:49 -06:00
commands Implement centralized logging with Stoat-Tracks and enhance command error handling. 2025年11月19日 20:21:49 -06:00
events Implement centralized logging with Stoat-Tracks and enhance command error handling. 2025年11月19日 20:21:49 -06:00
.gitignore Welcome system 2025年11月13日 11:46:21 -06:00
config.js Update 2025年11月06日 21:23:43 -06:00
index.js Implement centralized logging with Stoat-Tracks and enhance command error handling. 2025年11月19日 20:21:49 -06:00
LICENSE Initial commit 2025年11月06日 04:31:57 +01:00
package.json Implement centralized logging with Stoat-Tracks and enhance command error handling. 2025年11月19日 20:21:49 -06:00
README.md Update 2025年11月06日 21:23:43 -06:00

StoatIQ Bot

StoatIQ Bot is a versatile bot designed to provide various functionalities, including AI-powered responses, text echoing, help information, image generation, simple responses, and text-to-speech capabilities.

Features

  • AI: Generates AI responses using a prompt.
  • Echo: Repeats the text you provide.
  • Help: Displays a list of available commands.
  • Imagine: Generates an image based on a prompt (NSFW only).
  • Ping: Replies with "Pong!".
  • TTS: Generates an AI voice from the given text.

Usage

To use StoatIQ Bot, use the following commands:

  • //ai [prompt]: Generates an AI response based on the provided prompt.
  • //echo [text]: Repeats the text you provide.
  • //help [page number]: Displays a list of available commands. You can specify a page number to view a specific page of commands.
  • //imagine [prompt]: Generates an image based on the prompt. This command can only be used in NSFW channels.
  • //ping: Replies with "Pong!".
  • //tts [text]: Generates an AI voice from the given text. This command is coming soon.
  • //links: Displays useful links related to the bot.

Examples:

  • //ai What is the meaning of life?: The bot will generate an AI response to the question.
  • //echo Hello, world!: The bot will repeat "Hello, world!".
  • //help 2: The bot will display the second page of the help menu.
  • //imagine A futuristic cityscape: The bot will generate an image of a futuristic cityscape (NSFW channel only).
  • //ping: The bot will reply with "Pong!".
  • //tts Hello, this is a test.: The bot will generate an AI voice saying "Hello, this is a test." (Coming soon).
  • //links: The bot will display the server invite link, source code link, and issues link.

Contribution

We welcome contributions to StoatIQ Bot! If you'd like to contribute, please follow these guidelines:

  1. Report issues and suggest enhancements by creating a new issue in the repository's issue tracker.
  2. Submit pull requests with your proposed changes. Please ensure your code follows the project's coding style and includes relevant tests.

License

This project is licensed under the MIT License - see the LICENSE file for details.