Skip to content

Eureka-API/DiscordClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot intergration with Eureka (Euri)

Euri is an open-source, Eureka-powered Discord bot that allows you to intergrate Eureka-AI anywhere. Mention "Euri" in any message and she will respond with intelligent replied from Eureka's API

Features

  • Message detection - Just mention "Euri" in any message to trigger a response
  • Powered by Eureka-AI - Uses Eureka-AI to generate respones
  • Typing effect - Shows the typing effect within the discord app
  • Command support - Quick linkes to documentation, contact email and our offical website.
  • Build with nextcord

Installation

  1. Clone the repository
git clone https://github.com/Eureka-API/DiscordClient
cd DiscordClient
  1. Install dependencies'
pip install -r requirements.txt
  1. Create .env file
DISCORD_TOKEN=your_discord_bot_token
EUREKA_API_KEY=your_eureka_api_key
  1. Run the bot
python bot.py

Example commands

  • Hey euri, how are you - Triggers a reply from Eureka-AI
  • !ping - Replies with Pong!
  • !support - Shows an embed with support links

Configuration

You can customise:

  • Command prefix (currently "!")
  • Trigger keyword (`"euri" by default)
  • Add your own custom commands or interactions within bot.py

License

This project is under MIT License

Powered by

Eureka-AI - Empowering developers with AI.

About

An example on how to use Eureka within the discord eviroment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages