Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.16 KB

README.md

File metadata and controls

64 lines (49 loc) · 2.16 KB


Neuron

Neuron

Level up your Discord community with an AI bot like no other! Seamlessly blend chatGPT/Bard's conversational prowess with DALL-E/Stable Diffusion's mesmerizing image generation for a truly immersive experience.

Features and Commands

Feature Description Command
Chat Chat with the bot /ask
Image Generate an image /draw
Ping Check the bot's latency /ping
Credits Check how many credits does the user has /credits
Refill Allows the server admin to refill credits /refill
Help Get help with the commands /help

About the credits feature: It is a way to limit the AI usage of the bot. The bot will only respond to the user if they have enough chat/image credits. The credits are refilled every week. The server admin can refill the credits manually using the /refill command.

Getting started

First, make sure you have all these installed on your local machine & then continue.

  • Node.js v16.13.1^
  • NPM v8.1.0^

Required API keys from the following services:

Installation

  1. Clone the repo

    git clone https://github.com/anomic30/NeuronBot.git
  2. Install NPM packages

    npm install
  3. Enter your API keys in .env , check the env.example file for the required keys.

  4. Run the bot

    npm start
  5. Invite the bot to your server

  6. Enjoy!