Gemini-Discord-Bot
A Discord bot leveraging Google Gemini. Has image/video/audio recognition, conversation engagement, and content understanding.
File Explorer
Download Latest Version (.zip)- chat-basic-mention-reply.png
- chat-custom-personality-reply.png
- chat-google-search-grounding-part-1.png
- chat-google-search-grounding-part-2.png
- downloads-content-sent-confirmation.png
- downloads-message-content-link.png
- downloads-session-conversation-link.png
- settings-control-center.png
- settings-custom-personality-modal.png
- settings-server-and-channel-panels.png
- settings-session-manager.png
- tools-code-execution-generated-files.png
- tools-code-execution-prompt-and-code.png
- paths.js
- runtime.js
- commands.js
- buttonHandler.js
- commandHandler.js
- interactionHandler.js
- interactionHelpers.js
- messageHandler.js
- modalHandler.js
- selectMenuHandler.js
- chunkProcessor.js
- controls.js
- delivery.js
- renderer.js
- retryController.js
- attachmentService.js
- codeExecutionService.js
- conversationContext.js
- conversationService.js
- geminiApiLogger.js
- scopeResolution.js
- sessionService.js
- streamingService.js
- textSharingService.js
- initializeBot.js
- main.js
- botState.js
- mutex.js
- persistence.js
- sessionState.js
- messageActions.js
- settingsViews.js
- discord.js
- errorFormatter.js
- errorHandler.js
- historyRef.js
- responseActions.js
- sessionConstants.js
- bootstrap.js
- constants.js
- .gitignore
- example.env
- index.js
- LICENSE.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/hihumanzone/Gemini-Discord-Bot
Downloads the entire project code from GitHub to your computer.
cd Gemini-Discord-Bot
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
