This Discord selfbot transforms your account into a powerful AI assistant. It leverages advanced AI capabilities to automate tasks and enhance your Discord experience. aibot is designed for personal use and allows for customized interactions, offering a unique and personalized AI-powered Discord presence.
- AI-Powered Responses: Generate intelligent and context-aware replies to messages within your Discord servers.
- Customizable Personality: Tailor the AI's behavior and responses to match your preferences.
- Automated Tasks: Automate repetitive tasks, such as greeting new users or responding to specific keywords.
- Extensible Functionality: Easily add new features and commands using JavaScript.
- Discord Integration: Seamless integration with the Discord API for a smooth user experience.
- JavaScript
- Node.js (implicitly required by use of npm)
-
Clone the repository:
git clone https://github.com/Gaeuly/aibot.git
-
Navigate to the project directory:
cd aibot -
Install the required Node.js packages:
npm install
-
Configure the
config.jsfile with your Discord token and other settings. (Warning: Do not share your token publicly. Use of this bot violates Discord's Terms of Service.) -
Run the bot:
node index.js
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear and concise messages.
- Push your branch to your forked repository.
- Create a pull request to merge your changes into the main branch. Please ensure your code adheres to the project's coding style and includes relevant tests.